Struct Message

Represents a simple sent message from bancho

struct Message ;

Fields

NameTypeDescription
message stringcontent of the message
sender stringUser who wrote this message
target stringTarget channel (#channel) or username

Methods

NameDescription
toString Serializes to "[sender] -> [target]: [message]"