- 
                  
                  DeclarationSwift static let schema: String
- 
                  
                  The muteword’s ID. DeclarationSwift @MuteWord .ID var id: Int? { get set }
- 
                  
                  The muteword. Must be one word, no spaces. Should be stored in lowercase. DeclarationSwift @MuteWord .Field var word: String { get set }
- 
                  
                  Used by Fluent DeclarationSwift init()
- 
                  
                  Initializes a new MuteWord object. DeclarationSwift init(_ word: String, userID: UUID)Parameterswordthe word to alert on.. 
 View on GitHub
            View on GitHub
          