| IM-Engine documentation | view source | Contained in the IM-Engine distribution. |
IM::Engine::Incoming - a message we have received
An instance of IM::Engine::User which represents the sender of this incoming message.
Constructs a IM::Engine::Outgoing message that represents a reply to this incoming message.
my $outgoing = $incoming->reply("Sorry, I didn't understand.");
You can also pass in a hash of attributes for constructing the outgoing message.
| IM-Engine documentation | view source | Contained in the IM-Engine distribution. |