Package-level declarations
Functions
Link copied to clipboard
Creates and put RequestUserKeyboardButton with KeyboardButtonRequestUser.Bot
Link copied to clipboard
inline fun requestChannelReplyButton(text: String, requestId: RequestId, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatAdministratorRights? = null, botRightsInChat: ChatAdministratorRights? = null, botIsMember: Boolean = false): RequestChatKeyboardButton
Creates and put RequestChatKeyboardButton with KeyboardButtonRequestChat.Channel
inline fun requestChannelReplyButton(text: String, requestId: RequestId, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatAdministratorRights? = null, botRightsInChat: ChatAdministratorRights? = null, botIsMember: Boolean? = null): RequestChatKeyboardButton
Creates and put RequestChatKeyboardButton with KeyboardButtonRequestChat.Group
Link copied to clipboard
inline fun requestChatReplyButton(text: String, requestChat: KeyboardButtonRequestChat): RequestChatKeyboardButton
Creates and put RequestChatKeyboardButton
inline fun requestChatReplyButton(text: String, requestId: RequestId, isChannel: Boolean? = null, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatAdministratorRights? = null, botRightsInChat: ChatAdministratorRights? = null, botIsMember: Boolean = false): RequestChatKeyboardButton
Creates and put RequestChatKeyboardButton with KeyboardButtonRequestChat
Link copied to clipboard
Creates and put RequestContactKeyboardButton
Link copied to clipboard
Creates and put RequestLocationKeyboardButton
Link copied to clipboard
inline fun requestPollReplyButton(text: String, pollType: KeyboardButtonPollType): RequestPollKeyboardButton
Creates and put RequestPollKeyboardButton
Link copied to clipboard
inline fun requestUserOrBotReplyButton(text: String, requestId: RequestId): RequestUserKeyboardButton
Creates and put RequestUserKeyboardButton with KeyboardButtonRequestUser.Any
Link copied to clipboard
inline fun requestUserReplyButton(text: String, requestUser: KeyboardButtonRequestUser): RequestUserKeyboardButton
Creates and put RequestUserKeyboardButton
inline fun requestUserReplyButton(text: String, requestId: RequestId, premiumUser: Boolean? = null): RequestUserKeyboardButton
Creates and put RequestUserKeyboardButton with KeyboardButtonRequestUser.Common
Link copied to clipboard
Creates and put SimpleKeyboardButton
Link copied to clipboard
Creates and put WebAppKeyboardButton