NativeD_TIMMsgGetMessageReactions typedef
NativeD_TIMMsgGetMessageReactions =
Int Function(Pointer<Uint8> json_msg_array, Int max_user_count_per_reaction, Pointer<Uint8> user_data)
Implementation
typedef NativeD_TIMMsgGetMessageReactions = ffi.Int Function(ffi.Pointer<ffi.Uint8> json_msg_array, ffi.Int max_user_count_per_reaction, ffi.Pointer<ffi.Uint8> user_data);