message_sent


Description:

public signal void message_sent (SignalledMessage message, uint flags, string token)

The message_sent signal is emitted when message has been submitted for sending.

It is guaranteed that message's sender has all of the features previously passed to add_contact_features prepared.

Parameters:

message

a SignalledMessage

flags

the MessageSendingFlags affecting how the message was sent

token

an opaque token used to match any incoming delivery or failure reports against this message, or null if the message is not readily identifiable.