copyWith method
Implementation
MessageSupergroupChatCreate copyWith({String? title}) =>
MessageSupergroupChatCreate(title: title ?? this.title);
MessageSupergroupChatCreate copyWith({String? title}) =>
MessageSupergroupChatCreate(title: title ?? this.title);