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

Class ICallChannelMessage

source code

object --+
         |
        ICallChannelMessage

Represents a call channel message.

Instance Methods
 
__init__(self, Text)
__init__.
source code

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

Properties
unicode Text
Queries/sets message text.

Inherited from object: __class__

Method Details

__init__(self, Text)
(Constructor)

source code 

__init__.

Parameters:
  • Text (unicode) - Text
Overrides: object.__init__

Property Details

Text

Queries/sets message text.

Get Method:
_GetText(self)
Set Method:
_SetText(self, Text)
Type:
unicode