requestChannelReplyButton

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

replyKeyboard
ReplyKeyboardBuilder.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

replyKeyboard
ReplyKeyboardBuilder.row