Method
PurpleMessageset_id
unstable since: 3.0
[−]
Description [src]
Sets the id of message
to id
.
Note: This should really only be used by protocol plugins to update an id of a sent message when the server has assigned the final id to the message.
Available since: 3.0
Sets property | Purple.Message:id |
[−]
Parameters
id
-
Type:
const char*
The new id to set.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.