Package org.drinkless.tdlib
Class TdApi.ChatMemberStatusAdministrator
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatMemberStatus
org.drinkless.tdlib.TdApi.ChatMemberStatusAdministrator
- Enclosing class:
TdApi
The user is a member of the chat and has some additional privileges. In basic groups, administrators can edit and delete messages sent by others, add new members, ban unprivileged members, and manage video chats. In supergroups and channels, there are more detailed options for administrator privileges.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.ChatMemberStatus
TdApi.ChatMemberStatus.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue, if the current user can edit the administrator privileges for the called user.static final intIdentifier uniquely determining type of the object.Rights of the administrator. -
Constructor Summary
ConstructorsConstructorDescriptionThe user is a member of the chat and has some additional privileges.ChatMemberStatusAdministrator(boolean canBeEdited, TdApi.ChatAdministratorRights rights) The user is a member of the chat and has some additional privileges. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
canBeEdited
public boolean canBeEditedTrue, if the current user can edit the administrator privileges for the called user. -
rights
Rights of the administrator. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatMemberStatusAdministrator
public ChatMemberStatusAdministrator()The user is a member of the chat and has some additional privileges. In basic groups, administrators can edit and delete messages sent by others, add new members, ban unprivileged members, and manage video chats. In supergroups and channels, there are more detailed options for administrator privileges. -
ChatMemberStatusAdministrator
The user is a member of the chat and has some additional privileges. In basic groups, administrators can edit and delete messages sent by others, add new members, ban unprivileged members, and manage video chats. In supergroups and channels, there are more detailed options for administrator privileges.- Parameters:
canBeEdited- True, if the current user can edit the administrator privileges for the called user.rights- Rights of the administrator.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.ChatMemberStatus- Returns:
- this.CONSTRUCTOR
-