Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq Kick Source # | |
Show Kick Source # | |
Generic Kick Source # | |
ToJSON Kick Source # | |
Defined in Web.Telegram.API.Actions.Data | |
Default Kick Source # | |
Defined in Web.Telegram.API.Actions.Data | |
type Rep Kick Source # | |
Defined in Web.Telegram.API.Actions.Data type Rep Kick = D1 (MetaData "Kick" "Web.Telegram.API.Actions.Data" "telegram-raw-api-0.1.0-6INSX8mwqV2A3qTaYNvjDy" False) (C1 (MetaCons "Kick" PrefixI True) (S1 (MetaSel (Just "chatId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ChatId) :*: (S1 (MetaSel (Just "userId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Integer) :*: S1 (MetaSel (Just "untilDate") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Integer))))) |
Instances
Eq Unban Source # | |
Show Unban Source # | |
Generic Unban Source # | |
ToJSON Unban Source # | |
Defined in Web.Telegram.API.Actions.Data | |
Default Unban Source # | |
Defined in Web.Telegram.API.Actions.Data | |
type Rep Unban Source # | |
Defined in Web.Telegram.API.Actions.Data type Rep Unban = D1 (MetaData "Unban" "Web.Telegram.API.Actions.Data" "telegram-raw-api-0.1.0-6INSX8mwqV2A3qTaYNvjDy" False) (C1 (MetaCons "Unban" PrefixI True) (S1 (MetaSel (Just "chatId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ChatId) :*: S1 (MetaSel (Just "userId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Integer))) |
data Restriction Source #
Restriction | |
|
Instances
Promotion | |
|
Instances
data InlineQueryAnswer Source #
InlineQueryAnswer | |
|
Instances
data CallbackQueryAnswer Source #
Instances
newtype CommandSet Source #
CommandSet | |
|