- Enclosing class:
- TdApi
Returns the list of commands supported
by the bot for the given user scope
and language; for bots only.
Returns
BotCommands
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
A two-letter ISO 639-1 language code or an empty string.The scope to which the commands are relevant; pass null to get commands in the default bot command scope. -
Constructor Summary
ConstructorDescriptionReturns the list of commands supported by the bot for the given user scope and language; for bots only.GetCommands
(TdApi.BotCommandScope scope, String languageCode) Returns the list of commands supported by the bot for the given user scope and language; for bots only.GetCommands
(DataInput input) Returns the list of commands supported by the bot for the given user scope and language; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
scope
The scope to which the commands are relevant; pass null to get commands in the default bot command scope. -
languageCode
A two-letter ISO 639-1 language code or an empty string. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetCommands
public GetCommands()Returns the list of commands supported by the bot for the given user scope and language; for bots only. ReturnsBotCommands
-
GetCommands
Returns the list of commands supported by the bot for the given user scope and language; for bots only. ReturnsBotCommands
- Parameters:
scope
- BotCommandScope The scope to which the commands are relevant; pass null to get commands in the default bot command scope.languageCode
- String A two-letter ISO 639-1 language code or an empty string.
-
GetCommands
Returns the list of commands supported by the bot for the given user scope and language; for bots only. ReturnsBotCommands
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-