Package Skype4Py :: Module callchannel :: Class CallChannelMessage
[frames] | no frames]

Class CallChannelMessage

source code

object --+
         |
        CallChannelMessage

Represents a call channel message.
Instance Methods
 
__init__(self, Text)
Initializes the object.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
unicode Text
Queries/sets the message text.

Inherited from object: __class__

Method Details

__init__(self, Text)
(Constructor)

source code 
Initializes the object.
Parameters:
  • Text (unicode) - The message text.
Overrides: object.__init__

Property Details

Text

Queries/sets the message text.
Get Method:
_GetText(self)
Set Method:
_SetText(self, Value)
Type:
unicode