Class BotCommandScopeChatAdministrators
java.lang.Object
org.telegram.telegrambots.meta.api.objects.commands.scope.BotCommandScopeChatAdministrators
- All Implemented Interfaces:
Serializable,BotApiObject,Validable,BotCommandScope
- Version:
- 5.3 Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat.
- Author:
- Ruben Bermudez
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.telegram.telegrambots.meta.api.objects.commands.scope.BotCommandScope
getType
-
Constructor Details
-
BotCommandScopeChatAdministrators
public BotCommandScopeChatAdministrators()
-
-
Method Details
-
setChatId
-
validate
Description copied from interface:ValidableValidates that mandatory fields are filled and optional objects- Specified by:
validatein interfaceValidable- Throws:
TelegramApiValidationException- If any mandatory field is empty
-