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

Telegram.Bot.API.Types.ChatBoostAdded

Synopsis

ChatBoostAdded

data ChatBoostAdded Source #

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

Constructors

ChatBoostAdded 

Fields

Instances

Instances details
FromJSON ChatBoostAdded Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostAdded

ToJSON ChatBoostAdded Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostAdded

Generic ChatBoostAdded Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostAdded

Associated Types

type Rep ChatBoostAdded :: Type -> Type #

Show ChatBoostAdded Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostAdded

type Rep ChatBoostAdded Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoostAdded

type Rep ChatBoostAdded = D1 ('MetaData "ChatBoostAdded" "Telegram.Bot.API.Types.ChatBoostAdded" "telegram-bot-api-7.3-CA3mRQnnqku1ilrSlViI2K" 'False) (C1 ('MetaCons "ChatBoostAdded" 'PrefixI 'True) (S1 ('MetaSel ('Just "chatBoostAddedBoostCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)))