URLInlineKeyboardButton
data class URLInlineKeyboardButton(val text: String, val url: String, val iconCustomEmojiId: CustomEmojiId? = null, val style: KeyboardButtonStyle? = null) : InlineKeyboardButton
Simple url button. Can be forwarded in any chat with message in case if it is the only one button in message
Constructors
Link copied to clipboard
constructor(text: String, url: String, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null)