Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
Skype::Any::Object::ChatMessage - ChatMessage object for Skype::Any
use Skype::Any;my $skype = Skype::Any->new;my $chatmessage = $skype->chatmessage($id);
use
Skype::Any;
my
$skype
= Skype::Any->new;
$chatmessage
=
->chatmessage(
$id
);
$chatmessage->user()
Get user object who sent a message.
$chatmessage->chat()
Get chat object from message has been sent.
$chatmessage->property($property[, $value])
To install Skype::Any, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Skype::Any
CPAN shell
perl -MCPAN -e shell install Skype::Any
For more information on module installation, please visit the detailed CPAN module installation guide.