copyWith method
Implementation
ToggleGeneralForumTopicIsHidden copyWith({int? chatId, bool? isHidden}) =>
ToggleGeneralForumTopicIsHidden(
chatId: chatId ?? this.chatId,
isHidden: isHidden ?? this.isHidden,
);
ToggleGeneralForumTopicIsHidden copyWith({int? chatId, bool? isHidden}) =>
ToggleGeneralForumTopicIsHidden(
chatId: chatId ?? this.chatId,
isHidden: isHidden ?? this.isHidden,
);