Airgram

Guides
/
/
Output types

MessageThreadInfo

Contains information about a message thread.

This is an alias for the MessageThreadInfoUnion type.


NameTypeDescription
_"messageThreadInfo"
chatIdnumber Identifier of the chat to which the message thread belongs
messageThreadIdnumber Message thread identifier, unique within the chat
replyInfo Information about the message thread
unreadMessageCountnumber Approximate number of unread messages in the message thread
messages The messages from which the thread starts. The messages are returned in a reverse chronological order (i.e., in order of decreasing message_id)
draftMessage A draft of a message in the message thread; may be null