Class TdApi.BotCommands

  • Enclosing class:
    TdApi

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

      • botUserId

        public long botUserId
        Bot's user identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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.