Package-level declarations

Functions

Link copied to clipboard
inline fun requestBotsReplyButton(text: String, requestId: RequestId, maxCount: Int = keyboardButtonRequestUserLimit.first): 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): 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): 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): RequestChatKeyboardButton
Link copied to clipboard
inline fun requestUserReplyButton(text: String, requestId: RequestId, premiumUser: Boolean? = null, maxCount: Int = keyboardButtonRequestUserLimit.first): RequestUserKeyboardButton
Link copied to clipboard
inline fun requestUsersOrBotsReplyButton(text: String, requestId: RequestId, premiumUser: Boolean? = null, maxCount: Int = keyboardButtonRequestUserLimit.first): RequestUserKeyboardButton
Link copied to clipboard
inline fun requestUsersReplyButton(text: String, requestId: RequestId, premiumUser: Boolean? = null, maxCount: Int = keyboardButtonRequestUserLimit.first): RequestUserKeyboardButton
Link copied to clipboard
Link copied to clipboard