groups property
Any groups that were requested.
The outer string
key is the group key requested (eg: room_id
or sender
). The inner string
key is the grouped value (eg:
a room's ID or a user's ID).
Implementation
Map<String, Map<String, GroupValue>>? groups;