java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.MessagePositions>
it.tdlight.jni.TdApi.GetChatSparseMessagePositions
- Enclosing class:
- TdApi
public static final class TdApi.GetChatSparseMessagePositions
extends TdApi.Function<TdApi.MessagePositions>
Returns sparse positions of messages
of the specified type in the chat to
be used for shared media scroll
implementation. Returns the results
in reverse chronological order (i.e.,
in order of decreasing messageId).
Cannot be used in secret chats or with
searchMessagesFilterFailedToSend filter
without an enabled message database.
Returns
MessagePositions
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat in which to return information about message positions.static final int
Filter for message content.long
The message identifier from which to return information about message positions.int
The expected number of message positions to be returned; 50-2000. -
Constructor Summary
ConstructorDescriptionReturns 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) Returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation.Returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdIdentifier 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
public long fromMessageIdThe message identifier from which to return information about message positions. -
limit
public int limitThe 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetChatSparseMessagePositions
public GetChatSparseMessagePositions()Returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation. Returns the results in reverse chronological order (i.e., in order of decreasing messageId). Cannot be used in secret chats or with searchMessagesFilterFailedToSend filter without an enabled message database. ReturnsMessagePositions
-
GetChatSparseMessagePositions
public GetChatSparseMessagePositions(long chatId, TdApi.SearchMessagesFilter filter, long fromMessageId, int limit) Returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation. Returns the results in reverse chronological order (i.e., in order of decreasing messageId). Cannot be used in secret chats or with searchMessagesFilterFailedToSend filter without an enabled message database. ReturnsMessagePositions
- Parameters:
chatId
- long Identifier of the chat in which to return information about message positions.filter
- SearchMessagesFilter Filter for message content. Filters searchMessagesFilterEmpty, searchMessagesFilterMention, searchMessagesFilterUnreadMention, and searchMessagesFilterUnreadReaction are unsupported in this function.fromMessageId
- long The message identifier from which to return information about message positions.limit
- int 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.
-
GetChatSparseMessagePositions
Returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation. Returns the results in reverse chronological order (i.e., in order of decreasing messageId). Cannot be used in secret chats or with searchMessagesFilterFailedToSend filter without an enabled message database. ReturnsMessagePositions
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-