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

Telegram.Bot.API.Types.BusinessMessagesDeleted

Synopsis

BusinessMessagesDeleted

data BusinessMessagesDeleted Source #

This object is received when messages are deleted from a connected business account.

Constructors

BusinessMessagesDeleted 

Fields

Instances

Instances details
FromJSON BusinessMessagesDeleted Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessMessagesDeleted

ToJSON BusinessMessagesDeleted Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessMessagesDeleted

Generic BusinessMessagesDeleted Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessMessagesDeleted

Associated Types

type Rep BusinessMessagesDeleted :: Type -> Type #

Show BusinessMessagesDeleted Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessMessagesDeleted

type Rep BusinessMessagesDeleted Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessMessagesDeleted

type Rep BusinessMessagesDeleted = D1 ('MetaData "BusinessMessagesDeleted" "Telegram.Bot.API.Types.BusinessMessagesDeleted" "telegram-bot-api-7.3.1-HIEcormdC3TJNwe3u54c0g" 'False) (C1 ('MetaCons "BusinessMessagesDeleted" 'PrefixI 'True) (S1 ('MetaSel ('Just "businessMessagesDeletedBusinessConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 BusinessConnectionId) :*: (S1 ('MetaSel ('Just "businessMessagesDeletedChat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Chat) :*: S1 ('MetaSel ('Just "businessMessagesDeletedMessageIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [MessageId]))))