MessageReplyInfo¶
Contains information about replies to a message
MessageReplyInfo(
reply_count: int32,
recent_replier_ids: list of MessageSender,
last_read_inbox_message_id: int53,
last_read_outbox_message_id: int53,
last_message_id: int53
) → MessageReplyInfo
reply_count¶
int32
Number of times the message was directly or indirectly replied
recent_replier_ids¶
list of MessageSender
Identifiers of at most 3 recent repliers to the message; available in channels with a discussion supergroup. The users and chats are expected to be inaccessible: only their photo and name will be available
last_read_inbox_message_id¶
int53
Identifier of the last read incoming reply to the message
last_read_outbox_message_id¶
int53
Identifier of the last read outgoing reply to the message
last_message_id¶
int53
Identifier of the last reply to the message