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