StoryAreaTypeUniqueGift
Describes a story area pointing to a unique gift. Currently, a story can have at most 1 unique gift area.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the area, always “unique_gift” |
name | string | required | Unique name of the gift |
import
import type { StoryAreaTypeUniqueGift } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#storyareatypeuniquegift