public static class TdApi.ChatMemberStatusMember extends TdApi.ChatMemberStatus
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
memberUntilDate
Point in time (Unix timestamp) when the user will be removed from the chat because of the expired subscription; 0 if never.
|
| Constructor and Description |
|---|
ChatMemberStatusMember()
The user is a member of the chat, without any additional privileges or restrictions.
|
ChatMemberStatusMember(int memberUntilDate)
The user is a member of the chat, without any additional privileges or restrictions.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int memberUntilDate
public static final int CONSTRUCTOR
public ChatMemberStatusMember()
public ChatMemberStatusMember(int memberUntilDate)
memberUntilDate - Point in time (Unix timestamp) when the user will be removed from the chat because of the expired subscription; 0 if never. Ignored in setChatMemberStatus.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object