Class GetMyCommands


public class GetMyCommands extends AbstractBaseRequest<GetMyCommands, List<BotCommand>>
GetMyCommands class. Returns an Array of BotCommand objects. If commands aren't set, an empty list is returned.
Since:
3 March 2025
See Also:
  • Constructor Details

    • GetMyCommands

      public GetMyCommands(Api api)
      Required
      Parameters:
      api - api
  • Method Details