--- permalink: /docs/messages/ title: "Messages" --- Messages are the core building block of messaging. Define a message by including the message module like this: ```ruby class MyMessage include Messaging::Message end ```