Package-level declarations

Functions

Link copied to clipboard
fun copyTextButton(text: String, data: CopyTextButtonData, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null): CopyTextButton
fun copyTextButton(text: String, data: String, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null): CopyTextButton
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun loginInlineButton(text: String, loginUrl: LoginURL, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null): LoginURLInlineKeyboardButton
Link copied to clipboard
fun payInlineButton(text: String, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null): PayInlineKeyboardButton
Link copied to clipboard
fun urlInlineButton(text: String, url: String, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null): URLInlineKeyboardButton
Link copied to clipboard
fun webAppInlineButton(text: String, webApp: WebAppInfo, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null): WebAppInlineKeyboardButton
fun webAppInlineButton(text: String, url: String, iconCustomEmojiId: CustomEmojiId? = null, style: KeyboardButtonStyle? = null): WebAppInlineKeyboardButton

Creates WebAppInlineKeyboardButton. Please, remember that this button is available in private chats only