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.ChatBoostRemoved

Synopsis

ChatBoostRemoved

data ChatBoostRemoved Source #

This object represents a boost removed from a chat.

Constructors

ChatBoostRemoved 

Fields

Instances

Instances details
FromJSON ChatBoostRemoved Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostRemoved

ToJSON ChatBoostRemoved Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostRemoved

Generic ChatBoostRemoved Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostRemoved

Associated Types

type Rep ChatBoostRemoved :: Type -> Type #

Show ChatBoostRemoved Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostRemoved

type Rep ChatBoostRemoved Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostRemoved

type Rep ChatBoostRemoved = D1 ('MetaData "ChatBoostRemoved" "Telegram.Bot.API.Types.ChatBoostRemoved" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "ChatBoostRemoved" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chatBoostRemovedChat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Chat) :*: S1 ('MetaSel ('Just "chatBoostRemovedBoostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 BoostId)) :*: (S1 ('MetaSel ('Just "chatBoostRemovedRemoveDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime) :*: S1 ('MetaSel ('Just "chatBoostRemovedSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ChatBoostSource))))