request Channel Reply Button
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
See also
reply Keyboard
Reply Keyboard Builder. row
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
See also
reply Keyboard
Reply Keyboard Builder. row