Package com.pengrad.telegrambot.response
Class GetMyCommandsResponse
- java.lang.Object
-
- com.pengrad.telegrambot.response.BaseResponse
-
- com.pengrad.telegrambot.response.GetMyCommandsResponse
-
public class GetMyCommandsResponse extends BaseResponse
Stas Parshin 31 March 2020
-
-
Constructor Summary
Constructors Constructor Description GetMyCommandsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BotCommand[]
commands()
java.lang.String
toString()
-
Methods inherited from class com.pengrad.telegrambot.response.BaseResponse
description, errorCode, isOk, parameters
-
-
-
-
Method Detail
-
commands
public BotCommand[] commands()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classBaseResponse
-
-