haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.StoryAreaType

Synopsis

Documentation

data StoryAreaType Source #

Describes type of clickable area on a story media

Constructors

StoryAreaTypeLocation

An area pointing to a location

Fields

StoryAreaTypeVenue

An area pointing to a venue

Fields

StoryAreaTypeSuggestedReaction

An area pointing to a suggested reaction. App needs to show a clickable reaction on the area and call setStoryReaction when the are is clicked

Fields

StoryAreaTypeMessage

An area pointing to a message

Fields

StoryAreaTypeLink

An area pointing to a HTTP or tg:// link

Fields

  • url :: Maybe Text

    HTTP or tg:// URL to be opened when the area is clicked

StoryAreaTypeWeather

An area with information about weather

Fields