requestChannelReplyButton

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

Creates RequestChatKeyboardButton with KeyboardButtonRequestChat.Channel


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

Creates RequestChatKeyboardButton with KeyboardButtonRequestChat.Group