Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data KeyboardButtonRequestChat = KeyboardButtonRequestChat {
- keyboardButtonRequestChatRequestId :: RequestId
- keyboardButtonRequestChatChatIsChannel :: Bool
- keyboardButtonRequestChatChatIsForum :: Maybe Bool
- keyboardButtonRequestChatChatHasUsername :: Maybe Bool
- keyboardButtonRequestChatChatIsCreated :: Maybe Bool
- keyboardButtonRequestChatUserAdministratorRights :: Maybe ChatAdministratorRights
- keyboardButtonRequestChatBotAdministratorRights :: Maybe ChatAdministratorRights
- keyboardButtonRequestChatBotIsMember :: Maybe Bool
KeyboardButtonRequestChat
data KeyboardButtonRequestChat Source #
This object defines the criteria used to request a suitable chat. The identifier of the selected chat will be shared with the bot when the corresponding button is pressed.
KeyboardButtonRequestChat | |
|