Class TdApi.UpdateChatBusinessBotManageBar

Enclosing class:
TdApi

public static class TdApi.UpdateChatBusinessBotManageBar extends TdApi.Update
The bar for managing business bot was changed in a chat.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • businessBotManageBar

      public TdApi.BusinessBotManageBar businessBotManageBar
      The new value of the business bot manage bar; may be null.
    • CONSTRUCTOR

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

    • UpdateChatBusinessBotManageBar

      public UpdateChatBusinessBotManageBar()
      The bar for managing business bot was changed in a chat.
    • UpdateChatBusinessBotManageBar

      public UpdateChatBusinessBotManageBar(long chatId, TdApi.BusinessBotManageBar businessBotManageBar)
      The bar for managing business bot was changed in a chat.
      Parameters:
      chatId - Chat identifier.
      businessBotManageBar - The new value of the business bot manage bar; may be null.
  • 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