Class TdApi.BotCommands

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.BotCommands
Enclosing class:
TdApi

public static class TdApi.BotCommands extends TdApi.Object
Contains a list of bot commands.
  • Field Details

    • botUserId

      public long botUserId
      Bot's user identifier.
    • commands

      public TdApi.BotCommand[] commands
      List of bot commands.
    • CONSTRUCTOR

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

    • BotCommands

      public BotCommands()
      Contains a list of bot commands.
    • BotCommands

      public BotCommands(long botUserId, TdApi.BotCommand[] commands)
      Contains a list of bot commands.
      Parameters:
      botUserId - Bot's user identifier.
      commands - List of bot commands.
  • 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