BotCommandScopeChatMember

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

Constructors

Link copied to clipboard
fun BotCommandScopeChatMember(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
open override val type: String
Link copied to clipboard
val userId: UserId