- 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
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intintThe maximum number of messages to be returned. -
Constructor Summary
ConstructorsConstructorDescriptionReturns 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-