public static class TdApi.ChatMemberStatusAdministrator extends TdApi.ChatMemberStatus
| Modifier and Type | Field and Description |
|---|---|
boolean |
canBeEdited
True, if the current user can edit the administrator privileges for the called user.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
customTitle
A custom title of the administrator; 0-16 characters without emoji; applicable to supergroups only.
|
TdApi.ChatAdministratorRights |
rights
Rights of the administrator.
|
| Constructor and Description |
|---|
ChatMemberStatusAdministrator()
The user is a member of the chat and has some additional privileges.
|
ChatMemberStatusAdministrator(java.lang.String customTitle,
boolean canBeEdited,
TdApi.ChatAdministratorRights rights)
The user is a member of the chat and has some additional privileges.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String customTitle
public boolean canBeEdited
public TdApi.ChatAdministratorRights rights
public static final int CONSTRUCTOR
public ChatMemberStatusAdministrator()
public ChatMemberStatusAdministrator(java.lang.String customTitle,
boolean canBeEdited,
TdApi.ChatAdministratorRights rights)
customTitle - A custom title of the administrator; 0-16 characters without emoji; applicable to supergroups only.canBeEdited - True, if the current user can edit the administrator privileges for the called user.rights - Rights of the administrator.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object