Clan Chat Msg
Like what your seeing?
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!
Introduction
public struct ClanChtMsg
Represents a chat message from the Clans interface
Fields and Attributes
room
public ChatRoom room;
The room this message relates to
type
public EChatEntryType type;
The type of chat entry this is
message
public string message;
The message body
user
public UserData user;
The user this message came from
Last updated