public static class TdApi.ChatAdministrator extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
customTitle
Custom title of the administrator.
|
boolean |
isOwner
True, if the user is the owner of the chat.
|
long |
userId
User identifier of the administrator.
|
Constructor and Description |
---|
ChatAdministrator()
Contains information about a chat administrator.
|
ChatAdministrator(long userId,
java.lang.String customTitle,
boolean isOwner)
Contains information about a chat administrator.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long userId
public java.lang.String customTitle
public boolean isOwner
public static final int CONSTRUCTOR
public ChatAdministrator()
public ChatAdministrator(long userId, java.lang.String customTitle, boolean isOwner)
userId
- User identifier of the administrator.customTitle
- Custom title of the administrator.isOwner
- True, if the user is the owner of the chat.public int getConstructor()
getConstructor
in class TdApi.Object