copyWith method

Implementation

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