Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMessageReactionUpdated

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

Hierarchy

  • IMessageReactionUpdated

Index

Properties

actor_chat?: IChat

Optional. The chat on behalf of which the reaction was changed, if the user is anonymous

chat: IChat

The chat containing the message the user reacted to

date: number

Date of the change in Unix time

message_id: number

Unique identifier of the message inside the chat

new_reaction: IReactionType[]

New list of reaction types that have been set by the user

old_reaction: IReactionType[]

Previous list of reaction types that were set by the user

user?: IUser

Optional. The user that changed the reaction, if the user isn't anonymous

Generated using TypeDoc