Module tdlight.api

Class TdApi.ToggleGroupCallEnabledStartNotification

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 Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • enabledStartNotification

      public boolean enabledStartNotification
      New 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. Returns Ok
    • 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. Returns Ok
      Parameters:
      groupCallId - int Group call identifier.
      enabledStartNotification - boolean New value of the enabledStartNotification setting.
    • ToggleGroupCallEnabledStartNotification

      public ToggleGroupCallEnabledStartNotification(DataInput input) throws IOException
      Toggles whether the current user will receive a notification when the group call will start; scheduled group calls only. Returns Ok
      Throws:
      IOException
  • Method Details