telegram-bot-api-6.5: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellNone
LanguageHaskell2010

Telegram.Bot.API.Types.WriteAccessAllowed

Synopsis

WriteAccessAllowed

newtype WriteAccessAllowed Source #

This object represents a service message about a user allowing a bot added to the attachment menu to write messages. Currently holds no information.

Constructors

WriteAccessAllowed Object 

Instances

Instances details
Show WriteAccessAllowed Source # 
Instance details

Defined in Telegram.Bot.API.Types.WriteAccessAllowed

Generic WriteAccessAllowed Source # 
Instance details

Defined in Telegram.Bot.API.Types.WriteAccessAllowed

Associated Types

type Rep WriteAccessAllowed :: Type -> Type #

FromJSON WriteAccessAllowed Source # 
Instance details

Defined in Telegram.Bot.API.Types.WriteAccessAllowed

Methods

parseJSON :: Value -> Parser WriteAccessAllowed

parseJSONList :: Value -> Parser [WriteAccessAllowed]

ToJSON WriteAccessAllowed Source # 
Instance details

Defined in Telegram.Bot.API.Types.WriteAccessAllowed

type Rep WriteAccessAllowed Source # 
Instance details

Defined in Telegram.Bot.API.Types.WriteAccessAllowed

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