Model

Base template for all models. Provides utility methods for AsyncChaining and a base constructor that calls the parent IModel constructor.

Constructors

this
this(Client client, JSON obj)
Undocumented in source.

Members

Functions

after
auto after(Duration delay)
Undocumented in source. Be warned that the author may not have intended to support it.
call
void call(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
chain
auto chain()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta