Class TdApi.JoinGroupCall

Enclosing class:
TdApi

public static class TdApi.JoinGroupCall extends TdApi.Function<TdApi.GroupCallInfo>
Joins a regular group call that is not bound to a chat.

Returns GroupCallInfo

  • Field Details

  • Constructor Details

    • JoinGroupCall

      public JoinGroupCall()
      Default constructor for a function, which joins a regular group call that is not bound to a chat.

      Returns GroupCallInfo

    • JoinGroupCall

      public JoinGroupCall(TdApi.InputGroupCall inputGroupCall, TdApi.GroupCallJoinParameters joinParameters)
      Creates a function, which joins a regular group call that is not bound to a chat.

      Returns GroupCallInfo

      Parameters:
      inputGroupCall - The group call to join.
      joinParameters - Parameters to join the call.
  • Method Details