OBJECT

RoomMessageGroupMention

DEPRECATED RoomMessageGroupMention represents a group mention, such as @here.

link GraphQL Schema definition

1type RoomMessageGroupMention {
2
3# The type of mention.
4type: RoomMessageMentionType! @deprecated( reason: "The Rooms product has been sunset" )
5
6}