ENUM

RoomMessageMentionType

Represents a group mention, such as @here.

link GraphQL Schema definition

1enum RoomMessageMentionType {
2
3# An @here mention.
4HERE@deprecated( reason: "The Rooms product has been sunset" )
5}