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

Contents

Synopsis

ChatBoost

data ChatBoost Source #

This object contains information about a chat boost.

Constructors

ChatBoost 

Fields

Instances

Instances details
FromJSON ChatBoost Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoost

ToJSON ChatBoost Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoost

Generic ChatBoost Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoost

Associated Types

type Rep ChatBoost :: Type -> Type #

Show ChatBoost Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoost

type Rep ChatBoost Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatBoost

type Rep ChatBoost = D1 ('MetaData "ChatBoost" "Telegram.Bot.API.Types.ChatBoost" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "ChatBoost" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chatBoostBoostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 BoostId) :*: S1 ('MetaSel ('Just "chatBoostAddTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime)) :*: (S1 ('MetaSel ('Just "chatBoostExpirateionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime) :*: S1 ('MetaSel ('Just "chatBoostSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ChatBoostSource))))