Class TdApi.UpdateChatBoost

Enclosing class:
TdApi

public static class TdApi.UpdateChatBoost extends TdApi.Update
A chat boost has changed; for bots only.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • boost

      public TdApi.ChatBoost boost
      New information about the boost.
    • CONSTRUCTOR

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

    • UpdateChatBoost

      public UpdateChatBoost()
      A chat boost has changed; for bots only.
    • UpdateChatBoost

      public UpdateChatBoost(long chatId, TdApi.ChatBoost boost)
      A chat boost has changed; for bots only.
      Parameters:
      chatId - Chat identifier.
      boost - New information about the boost.
  • 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.Object
      Returns:
      this.CONSTRUCTOR