OnRecvMessageRevoked
Introduction
The callback of a message been recalled event.
You have better to update the UI for the recalled message, and do not shows the original data of it any more with changing it to a status of been recalled.
Returned template
OnRecvMessageRevoked = void Function(
string messageid
)
Return value details
name | type | description |
---|---|---|
messageid | string | The ID of the recalled message. |