Available types

InputMediaLocation

Represents a location to be sent.

fields

fieldtyperequireddescription
typestringrequiredType of the media, must be location
latitudenumberrequiredLatitude of the location
longitudenumberrequiredLongitude of the location
horizontal_accuracynumberoptionalOptional. The radius of uncertainty for the location, measured in meters; 0-1500

import

types.ts
import type { InputMediaLocation } from "@yaebal/types";

used by

types