public static class TdApi.SearchChatRecentLocationMessages extends TdApi.Function<TdApi.Messages>
Returns Messages
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object