- 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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intintThe 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.booleanPass true to search only for messages with missed/declined calls.
- 
Constructor SummaryConstructorsConstructorDescriptionSearches for call messages.SearchCallMessages(DataInput input) Searches for call messages.SearchCallMessages(String offset, int limit, boolean onlyMissed) Searches for call messages.
- 
Method SummaryMethods inherited from class it.tdlight.jni.TdApi.FunctiontoStringMethods inherited from class it.tdlight.jni.TdApi.Objectserialize
- 
Field Details- 
offsetOffset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
- 
limitpublic 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.
- 
onlyMissedpublic boolean onlyMissedPass true to search only for messages with missed/declined calls.
- 
CONSTRUCTORpublic static final int CONSTRUCTOR- See Also:
 
 
- 
- 
Constructor Details- 
SearchCallMessagespublic 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. ReturnsFoundMessages
- 
SearchCallMessagesSearches 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. ReturnsFoundMessages- Parameters:
- offset- String Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
- limit- int 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- boolean Pass true to search only for messages with missed/declined calls.
 
- 
SearchCallMessagesSearches 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. ReturnsFoundMessages- Throws:
- IOException
 
 
- 
- 
Method Details- 
getConstructorpublic int getConstructor()- Specified by:
- getConstructorin class- TdApi.Object
 
- 
serialize- Specified by:
- serializein class- TdApi.Object
- Throws:
- IOException
 
- 
equals
- 
hashCodepublic int hashCode()
 
-