Module tdlight.api

Class TdApi.StartScheduledGroupCall

Enclosing class:
TdApi

public static final class TdApi.StartScheduledGroupCall extends TdApi.Function<TdApi.Ok>
Starts a scheduled group call.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • 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
      Starts a scheduled group call.

      Returns Ok

      Throws:
      IOException
  • Method Details