Package org.drinkless.tdlib
Class TdApi.InlineMessageId
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InlineMessageId
- Enclosing class:
TdApi
Contains identifier of a sent guest message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Unique identifier for the message. -
Constructor Summary
ConstructorsConstructorDescriptionContains identifier of a sent guest message.Contains identifier of a sent guest message. -
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
-
id
Unique identifier for the message. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InlineMessageId
public InlineMessageId()Contains identifier of a sent guest message. -
InlineMessageId
Contains identifier of a sent guest message.- Parameters:
id- Unique identifier for the message.
-
-
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
-