BotCommandScopeChatMember

@Serializable
data class BotCommandScopeChatMember(val chatId: ChatIdentifier, val userId: UserId) : ChatBotCommandScope

Constructors

Link copied to clipboard
constructor(chatId: ChatIdentifier, userId: UserId)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val chatId: ChatIdentifier
Link copied to clipboard
@Required
@EncodeDefault
open override val type: String
Link copied to clipboard