ChatMember

@Serializable
@SerialName(value = "chat_member")
data class ChatMember(val chatId: Long, val userId: Long) : BotCommandScope

Constructors

Link copied to clipboard
constructor(chatId: Long, userId: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard