Message Objects
Here is the code that I created for my text message struct. It includes the fields for the things the text message knows, and it can print itself out. Constructors make it easy to initialise objects when they are created. Main tests this out by creating different messages and printing them to the terminal.