copyWith method

  1. @override
MessageChatUpgradeTo copyWith({
  1. int? supergroupId,
})
override

Implementation

@override
MessageChatUpgradeTo copyWith({
  int? supergroupId,
}) => MessageChatUpgradeTo(
  supergroupId: supergroupId ?? this.supergroupId,
);