StoryAreaTypeLocation
Describes a story area pointing to a location. Currently, a story can have up to 10 location areas.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the area, always “location” |
latitude | number | required | Location latitude in degrees |
longitude | number | required | Location longitude in degrees |
address | LocationAddress | optional | Optional. Address of the location |
import
import type { StoryAreaTypeLocation } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#storyareatypelocation