public static class TdApi.ChatEventActiveUsernamesChanged extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String[] |
newUsernames
New list of active usernames.
|
java.lang.String[] |
oldUsernames
Previous list of active usernames.
|
| Constructor and Description |
|---|
ChatEventActiveUsernamesChanged()
The chat active usernames were changed.
|
ChatEventActiveUsernamesChanged(java.lang.String[] oldUsernames,
java.lang.String[] newUsernames)
The chat active usernames were changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String[] oldUsernames
public java.lang.String[] newUsernames
public static final int CONSTRUCTOR
public ChatEventActiveUsernamesChanged()
public ChatEventActiveUsernamesChanged(java.lang.String[] oldUsernames,
java.lang.String[] newUsernames)
oldUsernames - Previous list of active usernames.newUsernames - New list of active usernames.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object