clearPinInfo method

MessageModel clearPinInfo()

Implementation

MessageModel clearPinInfo() {
  return MessageModel(
    modelId: id,
    message: message,
    reactions: reactions,
    quoteMessage: quoteMessage,
    thread: thread,
    pinInfo: null,
  );
}