OnReceiveGiftMessageCallback typedef
OnReceiveGiftMessageCallback =
void Function(TUIGiftInfo giftInfo, int count, TUIUserInfo sender)
Implementation
typedef OnReceiveGiftMessageCallback = void Function(
TUIGiftInfo giftInfo, int count, TUIUserInfo sender);