NAME
Skype::Any::Object::Chat - Chat object for Skype::Any
SYNOPSIS
use Skype::Any;
my $skype = Skype::Any->new;
my $chat = $skype->chat($id);
METHODS
$chat->send_message($message)
-
Send a message to chat, return instance of Skype::Any::Object::ChatMessage.
$chat->property($property[, $value])
-
- name
- timestamp
- adder
- status
- posters
- members
- topic
- topicxml
- chatmessages
- activemembers
- friendlyname
- chatmessages
- recentchatmessages
- bookmarked
- memberobjects
- passwordhint
- guidelines
- options
- description
- dialog_partner
- activity_timestamp
- type
- mystatus
- myrole
- blob
- applicants
$chat->alter($action[, $value])