Package it.ernytech.tdlib
Class TdApi.FoundMessages
- java.lang.Object
-
- it.ernytech.tdlib.TdApi.Object
-
- it.ernytech.tdlib.TdApi.FoundMessages
-
- Enclosing class:
- TdApi
public static class TdApi.FoundMessages extends TdApi.Object
Contains a list of messages found by a search.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
Identifier uniquely determining type of the object.TdApi.Message[]
messages
List of messages.long
nextFromSearchId
Value to pass as fromSearchId to get more results.
-
Constructor Summary
Constructors Constructor Description FoundMessages()
Default constructor.FoundMessages(TdApi.Message[] messages, long nextFromSearchId)
Constructor for initialization of all fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getConstructor()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class it.ernytech.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
messages
public TdApi.Message[] messages
List of messages.
-
nextFromSearchId
public long nextFromSearchId
Value to pass as fromSearchId to get more results.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FoundMessages
public FoundMessages()
Default constructor.
-
FoundMessages
public FoundMessages(TdApi.Message[] messages, long nextFromSearchId)
Constructor for initialization of all fields.- Parameters:
messages
- List of messages.nextFromSearchId
- Value to pass as fromSearchId to get more results.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
-