copyWith method
Implementation
TMeUrlTypeStickerSet copyWith({int? stickerSetId}) =>
TMeUrlTypeStickerSet(stickerSetId: stickerSetId ?? this.stickerSetId);
TMeUrlTypeStickerSet copyWith({int? stickerSetId}) =>
TMeUrlTypeStickerSet(stickerSetId: stickerSetId ?? this.stickerSetId);