StoryAreaTypeLink
Describes a story area pointing to an HTTP or tg:// link. Currently, a story can have up to 3 link areas.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the area, always “link” |
url | string | required | HTTP or tg:// URL to be opened when the area is clicked |
import
import type { StoryAreaTypeLink } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#storyareatypelink