Uses of Class
it.tdlight.jni.TdApi.BotMenuButton
-
Uses of TdApi.BotMenuButton in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.BotInfo.menuButton
Information about a button to show instead of the bot commands menu button; may be null if ordinary bot commands menu must be shown.TdApi.SetMenuButton.menuButton
New menu button.ModifierConstructorDescriptionBotInfo
(String shareText, String description, TdApi.BotMenuButton menuButton, TdApi.BotCommand[] commands, TdApi.ChatAdministratorRights defaultGroupAdministratorRights, TdApi.ChatAdministratorRights defaultChannelAdministratorRights) Contains information about a bot.SetMenuButton
(long userId, TdApi.BotMenuButton menuButton) Sets menu button for the given user or for all users; for bots only.