get_token
Description:
Return this message's identifier in the underlying protocol.
This is not
guaranteed to be unique, even within the scope of a single channel or contact: the only guarantee made is that two
messages with different non-empty tokens are different messages.
If there is no suitable token, return null
.
Parameters:
this |
a message |
Returns:
a non-empty opaque identifier, or |