GramIO API Reference / gramio/dist / TelegramStoryAreaTypeLocation
Interface: TelegramStoryAreaTypeLocation
Defined in: @gramio/types/out/objects.d.ts:4177
Describes a story area pointing to a location. Currently, a story can have up to 10 location areas.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
address? | TelegramLocationAddress | Optional. Address of the location | @gramio/types/out/objects.d.ts:4193 |
latitude | number | Location latitude in degrees | @gramio/types/out/objects.d.ts:4185 |
longitude | number | Location longitude in degrees | @gramio/types/out/objects.d.ts:4189 |
type | "location" | Type of the area, always “location” | @gramio/types/out/objects.d.ts:4181 |