Function Message.replyf

Sends a new formatted message to the same channel as this message.

Prototype

Message replyf(T...)(
  inout(string) content,
  T args
);