Module tdlight.api

Class TdApi.BotCommands

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BotCommands
Enclosing class:
TdApi

public static final 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
      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 - long Bot's user identifier.
      commands - BotCommand[] List of bot commands.
    • BotCommands

      public BotCommands(DataInput input) throws IOException
      Contains a list of bot commands.
      Throws:
      IOException
  • Method Details