Skip to content

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.

Documentation

Properties

PropertyTypeDescriptionDefined in
address?TelegramLocationAddressOptional. Address of the location@gramio/types/out/objects.d.ts:4193
latitudenumberLocation latitude in degrees@gramio/types/out/objects.d.ts:4185
longitudenumberLocation 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