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
FieldsModifier and TypeFieldDescriptionstatic final intbooleanNew value of the enabledStartNotification setting.intGroup call identifier. -
Constructor Summary
ConstructorsConstructorDescriptionToggles 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-