Clan Chat Msg
Last updated

Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
public struct ClanChtMsgRepresents a chat message from the Clans interface
public ChatRoom room;The room this message relates to
public EChatEntryType type;The type of chat entry this is
The message body
The user this message came from
Last updated
public string message;public UserData user;