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

Contents

Synopsis

ChatLocation

data ChatLocation Source #

Represents a location to which a chat is connected.

Constructors

ChatLocation 

Fields

Instances

Instances details
FromJSON ChatLocation Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatLocation

ToJSON ChatLocation Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatLocation

Generic ChatLocation Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatLocation

Associated Types

type Rep ChatLocation :: Type -> Type #

Show ChatLocation Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatLocation

type Rep ChatLocation Source # 
Instance details

Defined in Telegram.Bot.API.Types.ChatLocation

type Rep ChatLocation = D1 ('MetaData "ChatLocation" "Telegram.Bot.API.Types.ChatLocation" "telegram-bot-api-6.7-8B5O9jcStFh8aacJiwZZeM" 'False) (C1 ('MetaCons "ChatLocation" 'PrefixI 'True) (S1 ('MetaSel ('Just "chatLocationLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Location) :*: S1 ('MetaSel ('Just "chatLocationAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))