-
Constructors in it.tdlight.jni with parameters of type TdApi.BotCommand
Constructor |
Description |
BotCommands(int botUserId,
TdApi.BotCommand[] commands) |
Contains a list of bot commands.
|
SetCommands(TdApi.BotCommandScope scope,
String languageCode,
TdApi.BotCommand[] commands) |
Sets the list of commands supported
by the bot for the given user scope
and language; for bots only.
|
UserFullInfo(TdApi.ChatPhoto photo,
boolean isBlocked,
boolean canBeCalled,
boolean supportsVideoCalls,
boolean hasPrivateCalls,
boolean needPhoneNumberPrivacyException,
String bio,
String shareText,
String description,
int groupInCommonCount,
TdApi.BotCommand[] commands) |
Contains full information about a user.
|