Topic

Channel topic metadata. A message is guaranteed, but the time and user associated with setting it may not be present.

Members

Functions

opEquals
auto opEquals(Topic b)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
auto toHash()

Variables

message
string message;
setBy
Nullable!User setBy;
time
Nullable!SysTime time;

Meta