RoomMessageLocationEventContent
Defined in: src/@types/events.ts:84
Content format of timeline events with type m.room.message and msgtype m.location
https://spec.matrix.org/v1.9/client-server-api/#mlocation
Extends
Section titled “Extends”BaseTimelineEvent
Properties
Section titled “Properties”body:
string
Defined in: src/@types/events.ts:85
Overrides
Section titled “Overrides”BaseTimelineEvent.body
geo_uri
Section titled “geo_uri”geo_uri:
string
Defined in: src/@types/events.ts:86
info:
Pick<FileInfo,"thumbnail_info"|"thumbnail_file"|"thumbnail_url">
Defined in: src/@types/events.ts:87
m.mentions?
Section titled “m.mentions?”
optionalm.mentions?:object
Defined in: src/@types/events.ts:23
optionalroom?:boolean
user_ids?
Section titled “user_ids?”
optionaluser_ids?:string[]
Inherited from
Section titled “Inherited from”BaseTimelineEvent.m.mentions
msgtype
Section titled “msgtype”msgtype:
Location
Defined in: src/@types/events.ts:88