java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.ToggleGroupCallEnabledStartNotification
- Enclosing class:
- TdApi
public static final class TdApi.ToggleGroupCallEnabledStartNotification
extends TdApi.Function<TdApi.Ok>
Toggles whether the current user will
receive a notification when the group
call will start; scheduled group calls only.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
New value of the enabledStartNotification setting.int
Group call identifier. -
Constructor Summary
ConstructorDescriptionToggles whether the current user will receive a notification when the group call will start; scheduled group calls only.ToggleGroupCallEnabledStartNotification
(int groupCallId, boolean enabledStartNotification) Toggles whether the current user will receive a notification when the group call will start; scheduled group calls only.Toggles whether the current user will receive a notification when the group call will start; scheduled group calls only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. -
enabledStartNotification
public boolean enabledStartNotificationNew value of the enabledStartNotification setting. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ToggleGroupCallEnabledStartNotification
public ToggleGroupCallEnabledStartNotification()Toggles whether the current user will receive a notification when the group call will start; scheduled group calls only. ReturnsOk
-
ToggleGroupCallEnabledStartNotification
public ToggleGroupCallEnabledStartNotification(int groupCallId, boolean enabledStartNotification) Toggles whether the current user will receive a notification when the group call will start; scheduled group calls only. ReturnsOk
- Parameters:
groupCallId
- int Group call identifier.enabledStartNotification
- boolean New value of the enabledStartNotification setting.
-
ToggleGroupCallEnabledStartNotification
Toggles whether the current user will receive a notification when the group call will start; scheduled group calls only. 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()
-