Class TdApi.GetGroupCallStreams

Enclosing class:
TdApi

public static class TdApi.GetGroupCallStreams extends TdApi.Function<TdApi.GroupCallStreams>
Returns information about available group call streams.

Returns GroupCallStreams

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • CONSTRUCTOR

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

    • GetGroupCallStreams

      public GetGroupCallStreams()
      Default constructor for a function, which returns information about available group call streams.

      Returns GroupCallStreams

    • GetGroupCallStreams

      public GetGroupCallStreams(int groupCallId)
      Creates a function, which returns information about available group call streams.

      Returns GroupCallStreams

      Parameters:
      groupCallId - Group call identifier.
  • Method Details