copyWith method
Implementation
MessageBotWriteAccessAllowed copyWith({BotWriteAccessAllowReason? reason}) =>
MessageBotWriteAccessAllowed(reason: reason ?? this.reason);
MessageBotWriteAccessAllowed copyWith({BotWriteAccessAllowReason? reason}) =>
MessageBotWriteAccessAllowed(reason: reason ?? this.reason);