BotCommandScopeChatAdministrators

@SerialName(value = "chat_administrators")
data class BotCommandScopeChatAdministrators(val chatId: ChatId) : BotCommandScope(source)

BotCommandScopeChatAdministrators

Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat.

(auto-generated)

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(chatId: ChatId)

Properties

Link copied to clipboard
@SerialName(value = "chat_id")
val chatId: ChatId

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)