public static class TdApi.ChatEventIsAllHistoryAvailableToggled extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
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() |
toString
public boolean isAllHistoryAvailable
public static final int CONSTRUCTOR
public ChatEventIsAllHistoryAvailableToggled()
public ChatEventIsAllHistoryAvailableToggled(boolean isAllHistoryAvailable)
isAllHistoryAvailable
- New value of isAllHistoryAvailable.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction