java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatMemberStatus
it.tdlight.jni.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.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
True, if the current user can edit the administrator privileges for the called user.static final int
A custom title of the administrator; 0-16 characters without emojis; applicable to supergroups only.Rights of the administrator. -
Constructor Summary
ConstructorDescriptionThe user is a member of the chat and has some additional privileges.The user is a member of the chat and has some additional privileges.ChatMemberStatusAdministrator
(String customTitle, boolean canBeEdited, TdApi.ChatAdministratorRights rights) The user is a member of the chat and has some additional privileges. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
customTitle
A custom title of the administrator; 0-16 characters without emojis; applicable to supergroups only. -
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 CONSTRUCTOR- 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
public ChatMemberStatusAdministrator(String customTitle, boolean canBeEdited, TdApi.ChatAdministratorRights rights) 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:
customTitle
- String A custom title of the administrator; 0-16 characters without emojis; applicable to supergroups only.canBeEdited
- boolean True, if the current user can edit the administrator privileges for the called user.rights
- ChatAdministratorRights Rights of the administrator.
-
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.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-