- Enclosing class:
- TdApi
Searches for call messages. Returns the results in reverse
chronological order (i.e., in order of decreasing messageId). For
optimal performance, the number of returned messages is chosen by
TDLib.
Returns FoundMessages
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
The maximum number of messages to be returned; up to 100.Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.boolean
Pass true to search only for messages with missed/declined calls. -
Constructor Summary
ConstructorDescriptionSearches for call messages.SearchCallMessages
(DataInput input) Searches for call messages.SearchCallMessages
(String offset, int limit, boolean onlyMissed) Searches for call messages. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
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
public int limitThe 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
public boolean onlyMissedPass true to search only for messages with missed/declined calls. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SearchCallMessages
public SearchCallMessages()Searches for call messages. Returns the results in reverse chronological order (i.e., in order of decreasing messageId). For optimal performance, the number of returned messages is chosen by TDLib.Returns
FoundMessages
-
SearchCallMessages
Searches for call messages. Returns the results in reverse chronological order (i.e., in order of decreasing messageId). For optimal performance, the number of returned messages is chosen by TDLib.Returns
FoundMessages
- Parameters:
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.Returns
FoundMessages
-
SearchCallMessages
Searches for call messages. Returns the results in reverse chronological order (i.e., in order of decreasing messageId). For optimal performance, the number of returned messages is chosen by TDLib.Returns
FoundMessages
- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-