Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.Cached --+ | IChat
Represents a Skype chat.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
IChatMessage |
|
||
|
|||
|
|||
Inherited from Inherited from |
Static Methods | |
Inherited from |
Class Variables | |
Inherited from |
Properties | |
tuple of IUser |
ActiveMembers Active members of a chat. |
datetime.datetime |
ActivityDatetime Returns chat activity timestamp as datetime. |
float |
ActivityTimestamp Returns chat activity timestamp. |
IUser |
Adder Returns the user that added current user to the chat. |
unicode |
AlertString Chat alert string. |
tuple of IUser |
Applicants Chat applicants. |
unicode |
Blob Chat blob. |
bool |
Bookmarked Tells if this chat is bookmarked. |
datetime.datetime |
Datetime Chat timestamp as datetime. |
unicode |
Description Chat description. |
unicode |
DialogPartner Skypename of the chat dialog partner. |
unicode |
FriendlyName Friendly name of the chat. |
unicode |
GuideLines Chat guidelines. |
tuple of IChatMember |
MemberObjects Chat members as member objects. |
tuple of IUser |
Members Chat members. |
tuple of IChatMessage |
Messages All chat messages. |
Chat member role |
MyRole My chat role in a public chat. |
My chat status |
MyStatus My status in a public chat. |
unicode |
Name Chat name as used by Skype to identify this chat. |
Chat options |
Options Chat options. |
unicode |
PasswordHint Chat password hint. |
tuple of IUser |
Posters Users who have posted messages to this chat. |
tuple of IChatMessage |
RecentMessages Most recent chat messages. |
Chat status |
Status Status. |
float |
Timestamp Chat timestamp. |
unicode |
Topic Chat topic. |
unicode |
TopicXML Chat topic in XML format. |
Chat type |
Type Chat type. |
Inherited from |
Method Details |
repr(x)
|
Adds new members to the chat.
|
Enters chat password.
|
Kicks a member from chat.
|
Kicks and bans a member from chat.
|
Sends a chat message.
|
Sets the chat password.
|
Property Details |
ActiveMembersActive members of a chat.
|
ActivityDatetimeReturns chat activity timestamp as datetime.
|
ActivityTimestampReturns chat activity timestamp.
See Also: ActivityDatetime |
AlertStringChat alert string. Only messages containing words from this string will cause a notification to pop up on the screen.
|
ApplicantsChat applicants.
|
BlobChat blob.
|
BookmarkedTells if this chat is bookmarked.
|
DatetimeChat timestamp as datetime.
|
DescriptionChat description.
|
DialogPartnerSkypename of the chat dialog partner.
|
FriendlyNameFriendly name of the chat.
|
GuideLinesChat guidelines.
|
MemberObjectsChat members as member objects.
|
MembersChat members.
|
MessagesAll chat messages.
|
MyRoleMy chat role in a public chat.
|
MyStatusMy status in a public chat.
|
NameChat name as used by Skype to identify this chat.
|
OptionsChat options. A mask.
|
PasswordHintChat password hint.
|
PostersUsers who have posted messages to this chat.
|
RecentMessagesMost recent chat messages.
|
StatusStatus.
|
TimestampChat timestamp.
See Also: Datetime |
TopicXMLChat topic in XML format.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 05 14:54:59 2008 | http://epydoc.sourceforge.net |