copyWith method
Implementation
InputBackgroundPrevious copyWith({int? messageId}) =>
InputBackgroundPrevious(messageId: messageId ?? this.messageId);
InputBackgroundPrevious copyWith({int? messageId}) =>
InputBackgroundPrevious(messageId: messageId ?? this.messageId);