Skip to content

MessageInteractionInfo

Type · TDLib 1.8.67 · d1085f9c

Contains information about interactions with a message

MessageInteractionInfo(
  view_count: int32,
  forward_count: int32,
  reply_info: MessageReplyInfo,
  reactions: MessageReactions
) → MessageInteractionInfo

view_count

int32

Number of times the message was viewed

forward_count

int32

Number of times the message was forwarded

reply_info

MessageReplyInfo

Information about direct or indirect replies to the message; may be null. Currently, available only in channels with a discussion supergroup and discussion supergroups for messages, which are not replies itself

reactions

MessageReactions

The list of reactions or tags added to the message; may be null