haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.GroupCallStream

Documentation

data GroupCallStream Source #

Constructors

GroupCallStream

Describes an available stream in a group call

Fields

  • channel_id :: Maybe Int

    Identifier of an audio/video channel

  • scale :: Maybe Int

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

  • time_offset :: Maybe Int

    Point in time when the stream currently ends; Unix timestamp in milliseconds