OBJECT
RoomMessageGroupMention
DEPRECATED RoomMessageGroupMention represents a group mention, such as @here.
link GraphQL Schema definition
1 type RoomMessageGroupMention { 2 3 # The type of mention. 4 : RoomMessageMentionType! @deprecated( reason: "The Rooms product has been sunset" ) 5 6 }