telegram-bot-api-7.0: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Telegram.Bot.API.Types.KeyboardButtonRequestUsers

Synopsis

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

Instances

Instances details
FromJSON KeyboardButtonRequestUsers Source # 
Instance details

Defined in Telegram.Bot.API.Types.KeyboardButtonRequestUsers

ToJSON KeyboardButtonRequestUsers Source # 
Instance details

Defined in Telegram.Bot.API.Types.KeyboardButtonRequestUsers

Generic KeyboardButtonRequestUsers Source # 
Instance details

Defined in Telegram.Bot.API.Types.KeyboardButtonRequestUsers

Associated Types

type Rep KeyboardButtonRequestUsers :: Type -> Type #

Show KeyboardButtonRequestUsers Source # 
Instance details

Defined in Telegram.Bot.API.Types.KeyboardButtonRequestUsers

type Rep KeyboardButtonRequestUsers Source # 
Instance details

Defined in Telegram.Bot.API.Types.KeyboardButtonRequestUsers

type Rep KeyboardButtonRequestUsers = D1 ('MetaData "KeyboardButtonRequestUsers" "Telegram.Bot.API.Types.KeyboardButtonRequestUsers" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "KeyboardButtonRequestUsers" 'PrefixI 'True) ((S1 ('MetaSel ('Just "keyboardButtonRequestUsersRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 RequestId) :*: S1 ('MetaSel ('Just "keyboardButtonRequestUsersUserIsBot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "keyboardButtonRequestUsersUserIsPremium") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "keyboardButtonRequestUsersMaxQuantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int)))))