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

Synopsis

MessageReactionUpdated

data MessageReactionUpdated Source #

This object represents a change of a reaction on a message performed by a user.

Constructors

MessageReactionUpdated 

Fields

Instances

Instances details
FromJSON MessageReactionUpdated Source # 
Instance details

Defined in Telegram.Bot.API.Types.MessageReactionUpdated

ToJSON MessageReactionUpdated Source # 
Instance details

Defined in Telegram.Bot.API.Types.MessageReactionUpdated

Generic MessageReactionUpdated Source # 
Instance details

Defined in Telegram.Bot.API.Types.MessageReactionUpdated

Associated Types

type Rep MessageReactionUpdated :: Type -> Type #

Show MessageReactionUpdated Source # 
Instance details

Defined in Telegram.Bot.API.Types.MessageReactionUpdated

type Rep MessageReactionUpdated Source # 
Instance details

Defined in Telegram.Bot.API.Types.MessageReactionUpdated

type Rep MessageReactionUpdated = D1 ('MetaData "MessageReactionUpdated" "Telegram.Bot.API.Types.MessageReactionUpdated" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "MessageReactionUpdated" 'PrefixI 'True) ((S1 ('MetaSel ('Just "messageReactionUpdatedChat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Chat) :*: (S1 ('MetaSel ('Just "messageReactionUpdatedMessageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 MessageId) :*: S1 ('MetaSel ('Just "messageReactionUpdatedUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe User)))) :*: ((S1 ('MetaSel ('Just "messageReactionUpdatedActorChat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Chat)) :*: S1 ('MetaSel ('Just "messageReactionUpdatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime)) :*: (S1 ('MetaSel ('Just "messageReactionUpdatedOldReaction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [ReactionType]) :*: S1 ('MetaSel ('Just "messageReactionUpdatedNewReaction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [ReactionType])))))