RevokeMessage method
void
RevokeMessage()
Implementation
void RevokeMessage(
ffi.Pointer<ffi.Char> operationID,
ffi.Pointer<ffi.Char> conversationID,
ffi.Pointer<ffi.Char> clientMsgID,
) {
return _RevokeMessage(
operationID,
conversationID,
clientMsgID,
);
}