public static class TdApi.SearchCallMessages extends TdApi.Function<TdApi.FoundMessages>
Returns FoundMessages
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of messages to be returned; up to 100.
|
java.lang.String |
offset
Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
|
boolean |
onlyMissed
Pass true to search only for messages with missed/declined calls.
|
| Constructor and Description |
|---|
SearchCallMessages()
Default constructor for a function, which searches for call messages.
|
SearchCallMessages(java.lang.String offset,
int limit,
boolean onlyMissed)
Creates a function, which searches for call messages.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String offset
public int limit
public boolean onlyMissed
public static final int CONSTRUCTOR
public SearchCallMessages()
Returns FoundMessages
public SearchCallMessages(java.lang.String offset,
int limit,
boolean onlyMissed)
Returns FoundMessages
offset - Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.limit - The maximum number of messages to be returned; up to 100. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit.onlyMissed - Pass true to search only for messages with missed/declined calls.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object