NativeD_TIMConvPinConversation typedef

NativeD_TIMConvPinConversation = Int Function(Pointer<Uint8> conv_id, Int32 conv_type, Int is_pinned, Pointer<Uint8> user_data)

Implementation

typedef NativeD_TIMConvPinConversation = ffi.Int Function(ffi.Pointer<ffi.Uint8> conv_id, ffi.Int32 conv_type, ffi.Int is_pinned, ffi.Pointer<ffi.Uint8> user_data);