インタフェース BotCommand<R>

既知の実装クラスのリスト:
AbstractBotCommand, FileDeleteCommand

public interface BotCommand<R>
The interface that represents bot command.
導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    R execute()
    Executes bot command and returns the result object.
  • メソッドの詳細

    • execute

      R execute()
      Executes bot command and returns the result object.
      戻り値:
      The result object