Package org.drinkless.tdlib
Class TdApi.ToggleGroupCallEnabledStartNotification
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.ToggleGroupCallEnabledStartNotification
- Enclosing class:
- TdApi
Toggles whether the current user will receive a notification when the group call starts; scheduled group calls only.
Returns Ok
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanNew value of the enabledStartNotification setting.intGroup call identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which toggles whether the current user will receive a notification when the group call starts; scheduled group calls only.ToggleGroupCallEnabledStartNotification(int groupCallId, boolean enabledStartNotification) Creates a function, which toggles whether the current user will receive a notification when the group call starts; scheduled group calls only. -
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
-
groupCallId
public int groupCallIdGroup call identifier. -
enabledStartNotification
public boolean enabledStartNotificationNew value of the enabledStartNotification setting. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ToggleGroupCallEnabledStartNotification
public ToggleGroupCallEnabledStartNotification()Default constructor for a function, which toggles whether the current user will receive a notification when the group call starts; scheduled group calls only.Returns
Ok -
ToggleGroupCallEnabledStartNotification
public ToggleGroupCallEnabledStartNotification(int groupCallId, boolean enabledStartNotification) Creates a function, which toggles whether the current user will receive a notification when the group call starts; scheduled group calls only.Returns
Ok- Parameters:
groupCallId- Group call identifier.enabledStartNotification- New value of the enabledStartNotification 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.Function<TdApi.Ok>- Returns:
- this.CONSTRUCTOR
-