public static class TdApi.GetChatSparseMessagePositions extends TdApi.Function<TdApi.MessagePositions>
Returns MessagePositions
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat in which to return information about message positions.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.SearchMessagesFilter |
filter
Filter for message content.
|
long |
fromMessageId
The message identifier from which to return information about message positions.
|
int |
limit
The expected number of message positions to be returned; 50-2000.
|
long |
savedMessagesTopicId
If not 0, only messages in the specified Saved Messages topic will be considered; pass 0 to consider all messages, or for chats other than Saved Messages.
|
| Constructor and Description |
|---|
GetChatSparseMessagePositions()
Default constructor for a function, which returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation.
|
GetChatSparseMessagePositions(long chatId,
TdApi.SearchMessagesFilter filter,
long fromMessageId,
int limit,
long savedMessagesTopicId)
Creates a function, which returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.SearchMessagesFilter filter
public long fromMessageId
public int limit
public long savedMessagesTopicId
public static final int CONSTRUCTOR
public GetChatSparseMessagePositions()
Returns MessagePositions
public GetChatSparseMessagePositions(long chatId,
TdApi.SearchMessagesFilter filter,
long fromMessageId,
int limit,
long savedMessagesTopicId)
Returns MessagePositions
chatId - Identifier of the chat in which to return information about message positions.filter - Filter for message content. Filters searchMessagesFilterEmpty, searchMessagesFilterMention, searchMessagesFilterUnreadMention, and searchMessagesFilterUnreadReaction are unsupported in this function.fromMessageId - The message identifier from which to return information about message positions.limit - The expected number of message positions to be returned; 50-2000. A smaller number of positions can be returned, if there are not enough appropriate messages.savedMessagesTopicId - If not 0, only messages in the specified Saved Messages topic will be considered; pass 0 to consider all messages, or for chats other than Saved Messages.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object