telegramx.js

StoryAreaTypeLocation

interface

Describes a story area pointing to a location. Currently, a story can have up to 10 location areas.

Declaration

interface StoryAreaTypeLocation 

Properties

addressproperty#
address?: LocationAddress;

Optional. Address of the location

latitudeproperty#
latitude: number;

Location latitude in degrees

longitudeproperty#
longitude: number;

Location longitude in degrees

typeproperty#
type: 'location';

Type of the area, always "location"