Class DeleteMyCommands
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<DeleteMyCommands, Boolean>
io.github.natanimn.telebof.requests.delete.DeleteMyCommands
DeleteMyCommands class. Returns True on success.
- Since:
- 3 March 2025
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlanguageCode(String language_code) Optionalscope(BotCommandScope bot_command_scope) OptionalMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequestexec
- 
Constructor Details- 
DeleteMyCommands
 
- 
- 
Method Details- 
scopeOptional- Parameters:
- bot_command_scope- A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to- BotCommandScopeDefault.
- Returns:
- DeleteMyCommands
 
- 
languageCodeOptional- Parameters:
- language_code- A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands
- Returns:
- DeleteMyCommands
 
 
-