Class TdApi.GroupCallStream

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

public static class TdApi.GroupCallStream extends TdApi.Object
Describes an available stream in a group call.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Identifier of an audio/video channel.
    static final int
    Identifier uniquely determining type of the object.
    int
    Scale of segment durations in the stream.
    long
    Point in time when the stream currently ends; Unix timestamp in milliseconds.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Describes an available stream in a group call.
    GroupCallStream(int channelId, int scale, long timeOffset)
    Describes an available stream in a group call.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • channelId

      public int channelId
      Identifier of an audio/video channel.
    • scale

      public int scale
      Scale of segment durations in the stream. The duration is 1000/(2**scale) milliseconds.
    • timeOffset

      public long timeOffset
      Point in time when the stream currently ends; Unix timestamp in milliseconds.
    • CONSTRUCTOR

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

    • GroupCallStream

      public GroupCallStream()
      Describes an available stream in a group call.
    • GroupCallStream

      public GroupCallStream(int channelId, int scale, long timeOffset)
      Describes an available stream in a group call.
      Parameters:
      channelId - Identifier of an audio/video channel.
      scale - Scale of segment durations in the stream. The duration is 1000/(2**scale) milliseconds.
      timeOffset - Point in time when the stream currently ends; Unix timestamp in milliseconds.
  • 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