Package it.tdlight.jni
Class TdApi.ToggleSupergroupIsAllHistoryAvailable
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ToggleSupergroupIsAllHistoryAvailable
- Enclosing class:
- TdApi
public static class TdApi.ToggleSupergroupIsAllHistoryAvailable extends TdApi.Function
Toggles whether the message history
of a supergroup is available to new
members; requires canChangeInfo administrator right.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
isAllHistoryAvailable
The new value of isAllHistoryAvailable.long
supergroupId
The identifier of the supergroup. -
Constructor Summary
Constructors Constructor Description ToggleSupergroupIsAllHistoryAvailable()
Toggles 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.ToggleSupergroupIsAllHistoryAvailable(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
Constructor Details
-
ToggleSupergroupIsAllHistoryAvailable
public ToggleSupergroupIsAllHistoryAvailable()Toggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right.Returns
Ok
-
ToggleSupergroupIsAllHistoryAvailable
public ToggleSupergroupIsAllHistoryAvailable(long supergroupId, boolean isAllHistoryAvailable)Toggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right.Returns
Ok
- Parameters:
supergroupId
- long The identifier of the supergroup.isAllHistoryAvailable
- boolean The new value of isAllHistoryAvailable.
-
ToggleSupergroupIsAllHistoryAvailable
- 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()
-