haskell-tdlib-2.1.6.0: Binding to the Telegram Database Library
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.StoryContent

Synopsis

Documentation

data StoryContent Source #

Contains the content of a story

Constructors

StoryContentPhoto

A photo story

Fields

StoryContentVideo

A video story

Fields

StoryContentLive

A live story

Fields

  • group_call_id :: Maybe Int

    Identifier of the corresponding group call. The group call can be received through the method getGroupCall

  • is_rtmp_stream :: Maybe Bool

    True, if the call is an RTMP stream instead of an ordinary group call

StoryContentUnsupported

A story content that is not supported in the current TDLib version