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

MessageSet() public method

Initializes a new instance of the MessageSet class.
public MessageSet ( ) : System.Collections.Generic
return System.Collections.Generic
        public MessageSet()
        {
            this.Messages = new List<Message>();
        }