Class TdApi.StartScheduledVideoChat

Enclosing class:
TdApi

public static class TdApi.StartScheduledVideoChat extends TdApi.Function<TdApi.Ok>
Starts a scheduled video chat.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier of the video chat.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • StartScheduledVideoChat

      public StartScheduledVideoChat()
      Default constructor for a function, which starts a scheduled video chat.

      Returns Ok

    • StartScheduledVideoChat

      public StartScheduledVideoChat(int groupCallId)
      Creates a function, which starts a scheduled video chat.

      Returns Ok

      Parameters:
      groupCallId - Group call identifier of the video chat.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR