Package org.drinkless.tdlib
Class TdApi.UpdateNewGuestQuery
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateNewGuestQuery
- Enclosing class:
TdApi
A new incoming guest query; for bots only.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Update
TdApi.Update.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longUnique query identifier.The message with the query.The list of reference messages. -
Constructor Summary
ConstructorsConstructorDescriptionA new incoming guest query; for bots only.UpdateNewGuestQuery(long id, TdApi.Message message, TdApi.Message[] referenceMessages) A new incoming guest query; for bots only. -
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
public long idUnique query identifier. -
message
The message with the query. -
referenceMessages
The list of reference messages. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateNewGuestQuery
public UpdateNewGuestQuery()A new incoming guest query; for bots only. -
UpdateNewGuestQuery
A new incoming guest query; for bots only.- Parameters:
id- Unique query identifier.message- The message with the query.referenceMessages- The list of reference messages.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Update- Returns:
- this.CONSTRUCTOR
-