Class TdApi.GroupCallStreams

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.GroupCallStreams
Enclosing class:
TdApi

public static class TdApi.GroupCallStreams extends TdApi.Object
Represents a list of group call streams.
  • Field Details

    • streams

      public TdApi.GroupCallStream[] streams
      A list of group call streams.
    • CONSTRUCTOR

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

    • GroupCallStreams

      public GroupCallStreams()
      Represents a list of group call streams.
    • GroupCallStreams

      public GroupCallStreams(TdApi.GroupCallStream[] streams)
      Represents a list of group call streams.
      Parameters:
      streams - A list of group call streams.
  • 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