NativeD_TIMGroupCreateTopicInCommunity typedef
NativeD_TIMGroupCreateTopicInCommunity =
Int Function(Pointer<Uint8> group_id, Pointer<Uint8> json_topic_info, Pointer<Uint8> user_data)
Implementation
typedef NativeD_TIMGroupCreateTopicInCommunity = ffi.Int Function(ffi.Pointer<ffi.Uint8> group_id, ffi.Pointer<ffi.Uint8> json_topic_info, ffi.Pointer<ffi.Uint8> user_data);