class
Tourmaline::StoryAreaTypeLink
- Tourmaline::StoryAreaTypeLink
- Reference
- Object
Overview
Describes a story area pointing to an HTTP or tg:// link. Currently, a story can have up to 3 link areas.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
Instance Method Summary
-
#type : String
Type of the area, always "link"
-
#type=(type : String)
Type of the area, always "link"
-
#url : String
HTTP or tg:// URL to be opened when the area is clicked
-
#url=(url : String)
HTTP or tg:// URL to be opened when the area is clicked