Skip to content

Instantly share code, notes, and snippets.

@lucassarcanjo
Created March 10, 2021 02:38
Show Gist options
  • Save lucassarcanjo/5ff86797a8e81856c93c8dc62f7087a9 to your computer and use it in GitHub Desktop.
Save lucassarcanjo/5ff86797a8e81856c93c8dc62f7087a9 to your computer and use it in GitHub Desktop.
namespace LiveChat.Models
{
public class ChatMessage
{
public string User { get; set; }
public string Message { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment