public static class TdApi.ChatMemberStatusCreator extends TdApi.ChatMemberStatus
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
customTitle
A custom title of the owner; 0-16 characters without emoji; applicable to supergroups only.
|
boolean |
isAnonymous
True, if the creator isn't shown in the chat member list and sends messages anonymously; applicable to supergroups only.
|
boolean |
isMember
True, if the user is a member of the chat.
|
| Constructor and Description |
|---|
ChatMemberStatusCreator()
The user is the owner of the chat and has all the administrator privileges.
|
ChatMemberStatusCreator(java.lang.String customTitle,
boolean isAnonymous,
boolean isMember)
The user is the owner of the chat and has all the administrator 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 isAnonymous
public boolean isMember
public static final int CONSTRUCTOR
public ChatMemberStatusCreator()
public ChatMemberStatusCreator(java.lang.String customTitle,
boolean isAnonymous,
boolean isMember)
customTitle - A custom title of the owner; 0-16 characters without emoji; applicable to supergroups only.isAnonymous - True, if the creator isn't shown in the chat member list and sends messages anonymously; applicable to supergroups only.isMember - True, if the user is a member of the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object