copyWith method

void copyWith(
  1. BaseMessageFetchParams other
)

Implementation

void copyWith(BaseMessageFetchParams other) {
  includeMetaArray = other.includeMetaArray;
  includeReactions = other.includeReactions;
  includeThreadInfo = other.includeThreadInfo;
  includeParentMessageInfo = other.includeParentMessageInfo;
  replyType = other.replyType;
}