Polyjuice Client v0.4.4 Polyjuice.Client.Endpoint.GetRoomsJoinedMembers View Source
Get a map of MXIDs to member info objects for members of the room. Returns a map of MXIDs to member info objects for members of the room of the type:
%{
MXIDs => %{
"display_name" => "alice",
"avatar_url" => "mxc://example.org/aabbccddeeffgghh"
}
}
https://matrix.org/docs/spec/client_server/r0.6.1#get-matrix-client-r0-rooms-roomid-joined-members
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Polyjuice.Client.Endpoint.GetRoomsJoinedMembers{room: String.t()}