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