MessageInteractionInfo¶
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¶
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¶
The list of reactions or tags added to the message; may be null