BuildIt.Bot.Client.DirectLinkApi.Models.Message.Message C# (CSharp) Method

Message() public method

Initializes a new instance of the Message class.
public Message ( ) : System
return System
        public Message()
        {
            this.Attachments = new List<Attachment>();
            this.Images = new List<string>();
        }