public static class TdApi.SearchChatRecentLocationMessages extends TdApi.Function
Returns Messages
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of messages to be returned.
|
Constructor and Description |
---|
SearchChatRecentLocationMessages()
Default constructor for a function, which returns information about the recent locations of chat members that were sent to the chat.
|
SearchChatRecentLocationMessages(long chatId,
int limit)
Creates a function, which returns information about the recent locations of chat members that were sent to the chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public int limit
public static final int CONSTRUCTOR
public SearchChatRecentLocationMessages()
Returns Messages
public SearchChatRecentLocationMessages(long chatId, int limit)
Returns Messages
chatId
- Chat identifier.limit
- The maximum number of messages to be returned.public int getConstructor()
getConstructor
in class TdApi.Function