- Enclosing class:
- TdApi
public static final class TdApi.ToggleSupergroupIsAllHistoryAvailable
extends TdApi.Function<TdApi.Ok>
Toggles whether the message history
of a supergroup is available to new
members; requires canChangeInfo administrator right.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
The new value of isAllHistoryAvailable.long
The identifier of the supergroup. -
Constructor Summary
ConstructorDescriptionToggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right.ToggleSupergroupIsAllHistoryAvailable
(long supergroupId, boolean isAllHistoryAvailable) Toggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right.Toggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
supergroupId
public long supergroupIdThe identifier of the supergroup. -
isAllHistoryAvailable
public boolean isAllHistoryAvailableThe new value of isAllHistoryAvailable. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ToggleSupergroupIsAllHistoryAvailable
public ToggleSupergroupIsAllHistoryAvailable()Toggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right. ReturnsOk
-
ToggleSupergroupIsAllHistoryAvailable
public ToggleSupergroupIsAllHistoryAvailable(long supergroupId, boolean isAllHistoryAvailable) Toggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right. ReturnsOk
- Parameters:
supergroupId
- long The identifier of the supergroup.isAllHistoryAvailable
- boolean The new value of isAllHistoryAvailable.
-
ToggleSupergroupIsAllHistoryAvailable
Toggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-