public static class TdApi.MessageReplyInfo extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
lastMessageId
Identifier of the last reply to the message.
|
long |
lastReadInboxMessageId
Identifier of the last read incoming reply to the message.
|
long |
lastReadOutboxMessageId
Identifier of the last read outgoing reply to the message.
|
TdApi.MessageSender[] |
recentReplierIds
Identifiers of at most 3 recent repliers to the message; available in channels with a discussion supergroup.
|
int |
replyCount
Number of times the message was directly or indirectly replied.
|
Constructor and Description |
---|
MessageReplyInfo()
Contains information about replies to a message.
|
MessageReplyInfo(int replyCount,
TdApi.MessageSender[] recentReplierIds,
long lastReadInboxMessageId,
long lastReadOutboxMessageId,
long lastMessageId)
Contains information about replies to a message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int replyCount
public TdApi.MessageSender[] recentReplierIds
public long lastReadInboxMessageId
public long lastReadOutboxMessageId
public long lastMessageId
public static final int CONSTRUCTOR
public MessageReplyInfo()
public MessageReplyInfo(int replyCount, TdApi.MessageSender[] recentReplierIds, long lastReadInboxMessageId, long lastReadOutboxMessageId, long lastMessageId)
replyCount
- Number of times the message was directly or indirectly replied.recentReplierIds
- 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.lastReadInboxMessageId
- Identifier of the last read incoming reply to the message.lastReadOutboxMessageId
- Identifier of the last read outgoing reply to the message.lastMessageId
- Identifier of the last reply to the message.public int getConstructor()
getConstructor
in class TdApi.Object