Class TdApi.BotCommand

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

public static class TdApi.BotCommand
extends TdApi.Object
Represents a command supported by a bot.
  • Field Details

    • command

      public String command
      Text of the bot command.
    • description

      public String description
      Description of the bot command.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • BotCommand

      public BotCommand()
      Represents a command supported by a bot.
    • BotCommand

      public BotCommand​(String command, String description)
      Represents a command supported by a bot.
      Parameters:
      command - String Text of the bot command.
      description - String Description of the bot command.
    • BotCommand

      public BotCommand​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details