QuerySharedUsers returns a list of users who share at least 1 room in common with the given user.
(ctx context.Context, req *QuerySharedUsersRequest, res *QuerySharedUsersResponse)
| 71 | QueryBulkStateContentAPI |
| 72 | // QuerySharedUsers returns a list of users who share at least 1 room in common with the given user. |
| 73 | QuerySharedUsers(ctx context.Context, req *QuerySharedUsersRequest, res *QuerySharedUsersResponse) error |
| 74 | // Query a list of events by event ID. |
| 75 | QueryEventsByID( |
| 76 | ctx context.Context, |
no outgoing calls