Class TdApi.UpdateNewGuestQuery

Enclosing class:
TdApi

public static class TdApi.UpdateNewGuestQuery extends TdApi.Update
A new incoming guest query; for bots only.
  • Field Details

    • id

      public long id
      Unique query identifier.
    • message

      public TdApi.Message message
      The message with the query.
    • referenceMessages

      public TdApi.Message[] referenceMessages
      The list of reference messages.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateNewGuestQuery

      public UpdateNewGuestQuery()
      A new incoming guest query; for bots only.
    • UpdateNewGuestQuery

      public UpdateNewGuestQuery(long id, TdApi.Message message, TdApi.Message[] referenceMessages)
      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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Update
      Returns:
      this.CONSTRUCTOR