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

Synopsis

WriteAccessAllowed

data 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 

Fields

Instances

Instances details
FromJSON WriteAccessAllowed Source # 
Instance details

Defined in Telegram.Bot.API.Types.WriteAccessAllowed

ToJSON 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 #

Show 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-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "WriteAccessAllowed" 'PrefixI 'True) (S1 ('MetaSel ('Just "writeAccessAllowedFromRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "writeAccessAllowedWebAppName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "writeAccessAllowedFromAttachmentMenu") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)))))