haskell-tdlib-2.0.63.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.VideoChatStream

Documentation

data VideoChatStream Source #

Constructors

VideoChatStream

Describes an available stream in a video chat

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