copyWith method

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

Implementation

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