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

Synopsis

ChatBoostUpdated

data ChatBoostUpdated Source #

This object represents a boost added to a chat or changed.

Constructors

ChatBoostUpdated 

Fields

Instances

Instances details
FromJSON ChatBoostUpdated Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostUpdated

ToJSON ChatBoostUpdated Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostUpdated

Generic ChatBoostUpdated Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostUpdated

Associated Types

type Rep ChatBoostUpdated :: Type -> Type #

Show ChatBoostUpdated Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostUpdated

type Rep ChatBoostUpdated Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostUpdated

type Rep ChatBoostUpdated = D1 ('MetaData "ChatBoostUpdated" "Telegram.Bot.API.Types.ChatBoostUpdated" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "ChatBoostUpdated" 'PrefixI 'True) (S1 ('MetaSel ('Just "chatBoostUpdatedChat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Chat) :*: S1 ('MetaSel ('Just "chatBoostUpdatedBoost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ChatBoost)))