RequestManagedBotKeyboardButton
data class RequestManagedBotKeyboardButton(val text: String, val requestManagedBot: KeyboardButtonRequestManagedBot, val iconCustomEmojiId: CustomEmojiId? = null, val style: KeyboardButtonStyle? = null) : KeyboardButton
Constructors
Link copied to clipboard
constructor(text: String, requestManagedBot: KeyboardButtonRequestManagedBot, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null)