|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CallHistory(self)
This event is caused by a change in call history. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Command(self,
command)
This event is triggered when a command is sent to the Skype API. |
source code
|
|
|
|
|
|
|
Error(self,
command,
Number,
Description)
This event is triggered when an error occurs during execution of an API command. |
source code
|
|
|
|
|
|
|
GroupExpanded(self,
Group,
Expanded)
This event is caused by a user expanding or collapsing a group in the contacts tab. |
source code
|
|
|
|
|
GroupVisible(self,
Group,
Visible)
This event is caused by a user hiding/showing a group in the contacts tab. |
source code
|
|
|
|
|
|
|
Mute(self,
Mute)
This event is caused by a change in mute status. |
source code
|
|
|
Notify(self,
Notification)
This event is triggered whenever Skype client sends a notification. |
source code
|
|
|
|
|
|
|
|
|
Reply(self,
command)
This event is triggered when the API replies to a command object. |
source code
|
|
|
|
|
|
|
|
|
|
|
UserMood(self,
User,
MoodText)
This event is caused by a change in the mood text of the user. |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|