- 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
FieldsModifier and TypeFieldDescriptionstatic final intbooleanThe new value of isAllHistoryAvailable.longThe identifier of the supergroup. -
Constructor Summary
ConstructorsConstructorDescriptionToggles 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-