Package org.drinkless.tdlib
Class TdApi.GetMessages
- Enclosing class:
- TdApi
Returns information about messages. If a message is not found, returns null on the corresponding position of the result.
Returns Messages
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat the messages belong to.static final intIdentifier uniquely determining type of the object.long[]Identifiers of the messages to get. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns information about messages.GetMessages(long chatId, long[] messageIds) Creates a function, which returns information about messages. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdIdentifier of the chat the messages belong to. -
messageIds
public long[] messageIdsIdentifiers of the messages to get. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetMessages
public GetMessages()Default constructor for a function, which returns information about messages. If a message is not found, returns null on the corresponding position of the result.Returns
Messages -
GetMessages
public GetMessages(long chatId, long[] messageIds) Creates a function, which returns information about messages. If a message is not found, returns null on the corresponding position of the result.Returns
Messages- Parameters:
chatId- Identifier of the chat the messages belong to.messageIds- Identifiers of the messages to get.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-