TelepathyGLib.SignalledMessage¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The sender of the message |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class TelepathyGLib.SignalledMessage(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Opaque structure representing a received message using the Telepathy messages interface
New in version 0.13.9.
- classmethod get_sender(message)¶
- Parameters:
message (
TelepathyGLib.Message
) – aTelepathyGLib.SignalledMessage
- Returns:
the sender of the message
- Return type:
Returns a
TelepathyGLib.Contact
representing the sender of message if known,None
otherwise.New in version 0.13.9.
Property Details¶
- TelepathyGLib.SignalledMessage.props.sender¶
- Name:
sender
- Type:
- Default Value:
- Flags:
A
TelepathyGLib.Contact
representing the sender of the message, if known, orNone
otherwise.New in version 0.13.9.