struct
#include <include/mtx/events/member.hpp>
Member Content of the m.room.member
state event.
Public variables
- Membership membership
- The membership state of the user.
- std::string avatar_url
- The avatar URL for this user, if any.
- std::string display_name
- The display name for this user, if any.
- bool is_direct
- Flag indicating if the room containing this event was created with the intention of being a direct chat.
- std::string reason
- reason for the membership change, empty in most cases
- std::string join_authorised_via_users_server
- In a restricted room, on what user was used to authorize the join.