NativeD_TIMMsgRemoveMessageReaction typedef
NativeD_TIMMsgRemoveMessageReaction =
Int Function(Pointer<Uint8> json_msg, Pointer<Uint8> reaction_id, Pointer<Uint8> user_data)
Implementation
typedef NativeD_TIMMsgRemoveMessageReaction = ffi.Int Function(ffi.Pointer<ffi.Uint8> json_msg, ffi.Pointer<ffi.Uint8> reaction_id, ffi.Pointer<ffi.Uint8> user_data);