SocketFezMemberChangeData
struct SocketFezMemberChangeData : ContentInforms Fez WebSocket clients of a change in Fez membership.
If joined is FALSE, the user has left the fez. Although seamail sockets use the same endpoint (seamail threads are Fezzes internally), this mesage will never be sent to Seamail threads as membership is fixed at creation time.
Fez socket message handlers will receive this message as a JSON string when a user joins/leaves the fez, or is added/removed by the fez owner.
See:
- WS /api/v3/fez/:fezID/socket
- 
                  
                  The user that joined/left. DeclarationSwift var user: UserHeader
- 
                  
                  TRUE if this is a join. DeclarationSwift var joined: Bool
- 
                  
                  HTML fragment for the action, using the Swiftarr Web UI’s front end. Fragment is built using the same semantic data available in the other fields in this struct. Please don’t try parsing this to gather data. This field is here so the Javascript can insert HTML that matches what the HTTP endpoints render. DeclarationSwift var html: String?
 View on GitHub
            View on GitHub
           SocketFezMemberChangeData Structure Reference
      SocketFezMemberChangeData Structure Reference