public static class TdApi.ChatEventIsAllHistoryAvailableToggled extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isAllHistoryAvailable
New value of isAllHistoryAvailable.
|
| Constructor and Description |
|---|
ChatEventIsAllHistoryAvailableToggled()
The isAllHistoryAvailable setting of a supergroup was toggled.
|
ChatEventIsAllHistoryAvailableToggled(boolean isAllHistoryAvailable)
The isAllHistoryAvailable setting of a supergroup was toggled.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean isAllHistoryAvailable
public static final int CONSTRUCTOR
public ChatEventIsAllHistoryAvailableToggled()
public ChatEventIsAllHistoryAvailableToggled(boolean isAllHistoryAvailable)
isAllHistoryAvailable - New value of isAllHistoryAvailable.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object