Class TdApi.StartScheduledGroupCall

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.StartScheduledGroupCall
Enclosing class:
TdApi

public static class TdApi.StartScheduledGroupCall
extends TdApi.Function
Starts a scheduled group call.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • StartScheduledGroupCall

      public StartScheduledGroupCall()
      Starts a scheduled group call.

      Returns Ok

    • StartScheduledGroupCall

      public StartScheduledGroupCall​(int groupCallId)
      Starts a scheduled group call.

      Returns Ok

      Parameters:
      groupCallId - int Group call identifier.
    • StartScheduledGroupCall

      public StartScheduledGroupCall​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details