Package org.drinkless.tdlib
Class TdApi.SetSupergroupUnrestrictBoostCount
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.SetSupergroupUnrestrictBoostCount
- Enclosing class:
- TdApi
Changes the number of times the supergroup must be boosted by a user to ignore slow mode and chat permission restrictions; requires canRestrictMembers administrator right.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of the supergroup.intNew value of the unrestrictBoostCount supergroup setting; 0-8. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the number of times the supergroup must be boosted by a user to ignore slow mode and chat permission restrictions; requires canRestrictMembers administrator right.SetSupergroupUnrestrictBoostCount(long supergroupId, int unrestrictBoostCount) Creates a function, which changes the number of times the supergroup must be boosted by a user to ignore slow mode and chat permission restrictions; requires canRestrictMembers administrator right. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
supergroupId
public long supergroupIdIdentifier of the supergroup. -
unrestrictBoostCount
public int unrestrictBoostCountNew value of the unrestrictBoostCount supergroup setting; 0-8. Use 0 to remove the setting. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetSupergroupUnrestrictBoostCount
public SetSupergroupUnrestrictBoostCount()Default constructor for a function, which changes the number of times the supergroup must be boosted by a user to ignore slow mode and chat permission restrictions; requires canRestrictMembers administrator right.Returns
Ok -
SetSupergroupUnrestrictBoostCount
public SetSupergroupUnrestrictBoostCount(long supergroupId, int unrestrictBoostCount) Creates a function, which changes the number of times the supergroup must be boosted by a user to ignore slow mode and chat permission restrictions; requires canRestrictMembers administrator right.Returns
Ok- Parameters:
supergroupId- Identifier of the supergroup.unrestrictBoostCount- New value of the unrestrictBoostCount supergroup setting; 0-8. Use 0 to remove the setting.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-