Method
PurpleMessageget_delivered
unstable since: 3.0
[−]
Description [src]
Gets whether or not the message was delivered.
Note: If a protocol does not support delivery receipts this will always return
FALSE
.
If the protocol does support delivery receipts, PurpleMessage:error
may
be set as well if delivery failed.
Available since: 3.0
Gets property | Purple.Message:delivered |
[−]
Return value
Type: gboolean
TRUE
if message
has been delivered and the protocol supports
delivery notifications, otherwise FALSE
.