PinMessageEvent constructor

PinMessageEvent(
  1. List<NIMMessagePin> pinMessages,
  2. NIMMessagePinNotification? notification,
  3. PinEventType type
)

Implementation

PinMessageEvent(this.pinMessages, this.notification, this.type);