- Enclosing class:
- TdApi
public static final class TdApi.SearchChatRecentLocationMessages
extends TdApi.Function<TdApi.Messages>
Returns information about the recent
locations of chat members that were
sent to the chat. Returns up to 1
location message per user.
Returns
Messages
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
int
The maximum number of messages to be returned. -
Constructor Summary
ConstructorDescriptionReturns information about the recent locations of chat members that were sent to the chat.SearchChatRecentLocationMessages
(long chatId, int limit) Returns information about the recent locations of chat members that were sent to the chat.Returns information about the recent locations of chat members that were sent to the chat. -
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 chatIdChat identifier. -
limit
public int limitThe maximum number of messages to be returned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SearchChatRecentLocationMessages
public SearchChatRecentLocationMessages()Returns information about the recent locations of chat members that were sent to the chat. Returns up to 1 location message per user. ReturnsMessages
-
SearchChatRecentLocationMessages
public SearchChatRecentLocationMessages(long chatId, int limit) Returns information about the recent locations of chat members that were sent to the chat. Returns up to 1 location message per user. ReturnsMessages
- Parameters:
chatId
- long Chat identifier.limit
- int The maximum number of messages to be returned.
-
SearchChatRecentLocationMessages
Returns information about the recent locations of chat members that were sent to the chat. Returns up to 1 location message per user. ReturnsMessages
- 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()
-