Page cover image

Clan Chat Msg

Like what your seeing?

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