Package-level declarations

Functions

Link copied to clipboard
inline fun requestBotsReplyButton(    text: String,     requestId: RequestId,     maxCount: Int = keyboardButtonRequestUserLimit.first,     requestName: Boolean? = null,     requestUsername: Boolean? = null,     requestPhoto: Boolean? = null): RequestUserKeyboardButton
Link copied to clipboard
inline fun requestChannelReplyButton(    text: String,     requestId: RequestId,     isPublic: Boolean? = null,     isOwnedBy: Boolean? = null,     userRightsInChat: ChatCommonAdministratorRights? = null,     botRightsInChat: ChatCommonAdministratorRights? = null,     botIsMember: Boolean = false,     requestTitle: Boolean? = null,     requestUsername: Boolean? = null,     requestPhoto: Boolean? = null): RequestChatKeyboardButton
inline fun requestChannelReplyButton(    text: String,     requestId: RequestId,     isForum: Boolean? = null,     isPublic: Boolean? = null,     isOwnedBy: Boolean? = null,     userRightsInChat: ChatCommonAdministratorRights? = null,     botRightsInChat: ChatCommonAdministratorRights? = null,     botIsMember: Boolean? = null,     requestTitle: Boolean? = null,     requestUsername: Boolean? = null,     requestPhoto: Boolean? = null): RequestChatKeyboardButton
Link copied to clipboard
inline fun requestChatReplyButton(    text: String,     requestId: RequestId,     isChannel: Boolean? = null,     isForum: Boolean? = null,     isPublic: Boolean? = null,     isOwnedBy: Boolean? = null,     userRightsInChat: ChatCommonAdministratorRights? = null,     botRightsInChat: ChatCommonAdministratorRights? = null,     botIsMember: Boolean = false,     requestTitle: Boolean? = null,     requestUsername: Boolean? = null,     requestPhoto: Boolean? = null): RequestChatKeyboardButton
Link copied to clipboard
inline fun requestUserOrBotReplyButton(    text: String,     requestId: RequestId,     requestName: Boolean? = null,     requestUsername: Boolean? = null,     requestPhoto: Boolean? = null): RequestUserKeyboardButton
Link copied to clipboard
inline fun requestUserReplyButton(    text: String,     requestId: RequestId,     premiumUser: Boolean? = null,     maxCount: Int = keyboardButtonRequestUserLimit.first,     requestName: Boolean? = null,     requestUsername: Boolean? = null,     requestPhoto: Boolean? = null): RequestUserKeyboardButton
Link copied to clipboard
inline fun requestUsersOrBotsReplyButton(    text: String,     requestId: RequestId,     premiumUser: Boolean? = null,     maxCount: Int = keyboardButtonRequestUserLimit.first,     requestName: Boolean? = null,     requestUsername: Boolean? = null,     requestPhoto: Boolean? = null): RequestUserKeyboardButton
Link copied to clipboard
inline fun requestUsersReplyButton(    text: String,     requestId: RequestId,     premiumUser: Boolean? = null,     maxCount: Int = keyboardButtonRequestUserLimit.first,     requestName: Boolean? = null,     requestUsername: Boolean? = null,     requestPhoto: Boolean? = null): RequestUserKeyboardButton
Link copied to clipboard
Link copied to clipboard