Interface MessageLocationEventBody
interface MessageLocationEventBody { get deleted(): Nullable<string>; get location(): Location; } Accessors
deleted
- get deleted(): Nullable<string>
Returns Nullable<string>
location
- get location(): Location
Returns Location
The MessageLocationEvent Body type