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

Telegram.Bot.API.Types.CallbackGame

Contents

Synopsis

CallbackGame

newtype CallbackGame Source #

A placeholder, currently holds no information. Use BotFather to set up your game.

Constructors

CallbackGame Object 

Instances

Instances details
FromJSON CallbackGame Source # 
Instance details

Defined in Telegram.Bot.API.Types.CallbackGame

ToJSON CallbackGame Source # 
Instance details

Defined in Telegram.Bot.API.Types.CallbackGame

Generic CallbackGame Source # 
Instance details

Defined in Telegram.Bot.API.Types.CallbackGame

Associated Types

type Rep CallbackGame :: Type -> Type #

Show CallbackGame Source # 
Instance details

Defined in Telegram.Bot.API.Types.CallbackGame

type Rep CallbackGame Source # 
Instance details

Defined in Telegram.Bot.API.Types.CallbackGame

type Rep CallbackGame = D1 ('MetaData "CallbackGame" "Telegram.Bot.API.Types.CallbackGame" "telegram-bot-api-6.7-8B5O9jcStFh8aacJiwZZeM" 'True) (C1 ('MetaCons "CallbackGame" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Object)))