- del
void del()
Undocumented in source. Be warned that the author may not have intended to support it.
- edit
Message edit(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
- init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
- load
void load(JSON obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- replaceMentions
string replaceMentions(string delegate(Message, User) fu, string delegate(Message, Role) fr)
Returns the message contents, replacing all mentions with the result from the
specified delegate.
- reply
Message reply(string content, string nonce, bool tts)
Undocumented in source. Be warned that the author may not have intended to support it.
- replyf
Message replyf(string content, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- withProperMentions
string withProperMentions(bool nicks)
Undocumented in source. Be warned that the author may not have intended to support it.
- withoutMentions
string withoutMentions()
Undocumented in source. Be warned that the author may not have intended to support it.