Package org.drinkless.tdlib
Class TdApi.InputCallFromMessage
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputCall
org.drinkless.tdlib.TdApi.InputCallFromMessage
- Enclosing class:
TdApi
A call from a message of the type messageCall with non-zero messageCall.uniqueId.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.InputCall
TdApi.InputCall.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier of the message.static final intIdentifier uniquely determining type of the object.longMessage identifier. -
Constructor Summary
ConstructorsConstructorDescriptionA call from a message of the type messageCall with non-zero messageCall.uniqueId.InputCallFromMessage(long chatId, long messageId) A call from a message of the type messageCall with non-zero messageCall.uniqueId. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier of the message. -
messageId
public long messageIdMessage identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputCallFromMessage
public InputCallFromMessage()A call from a message of the type messageCall with non-zero messageCall.uniqueId. -
InputCallFromMessage
public InputCallFromMessage(long chatId, long messageId) A call from a message of the type messageCall with non-zero messageCall.uniqueId.- Parameters:
chatId- Chat identifier of the message.messageId- Message identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.InputCall- Returns:
- this.CONSTRUCTOR
-