Safe Haskell | None |
---|---|
Language | Haskell2010 |
Telegram.Bot.API.Types.KeyboardButtonRequestUsers
Contents
Synopsis
- data KeyboardButtonRequestUsers = KeyboardButtonRequestUsers {
- keyboardButtonRequestUsersRequestId :: RequestId
- keyboardButtonRequestUsersUserIsBot :: Maybe Bool
- keyboardButtonRequestUsersUserIsPremium :: Maybe Bool
- keyboardButtonRequestUsersMaxQuantity :: Maybe Int
- keyboardButtonRequestUsersRequestName :: Maybe Bool
- keyboardButtonRequestUsersRequestUsername :: Maybe Bool
- keyboardButtonRequestUsersRequestPhoto :: Maybe Bool
KeyboardButtonRequestUsers
data KeyboardButtonRequestUsers Source #
This object defines the criteria used to request suitable users. The identifiers of the selected users will be shared with the bot when the corresponding button is pressed. More about requesting users »
Constructors
KeyboardButtonRequestUsers | |
Fields
|