Class BotCommandScopeDefault

java.lang.Object
org.telegram.telegrambots.meta.api.objects.commands.scope.BotCommandScopeDefault
All Implemented Interfaces:
Serializable, BotApiObject, Validable, BotCommandScope

public class BotCommandScopeDefault extends Object implements BotCommandScope
Version:
5.3 Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.
Author:
Ruben Bermudez
See Also: