Skip to content

GramIO API Reference / gramio/dist / TelegramInputMediaLocation

Interface: TelegramInputMediaLocation

Defined in: @gramio/types/out/objects.d.ts:6508

Represents a location to be sent.

Documentation

Properties

PropertyTypeDescriptionDefined in
horizontal_accuracy?numberOptional. The radius of uncertainty for the location, measured in meters; 0-1500@gramio/types/out/objects.d.ts:6524
latitudenumberLatitude of the location@gramio/types/out/objects.d.ts:6516
longitudenumberLongitude of the location@gramio/types/out/objects.d.ts:6520
type"location"Type of the media, must be location@gramio/types/out/objects.d.ts:6512