copyWith method

AddFavoriteSticker copyWith({
  1. InputFile? sticker,
})

Implementation

AddFavoriteSticker copyWith({
  InputFile? sticker,
}) => AddFavoriteSticker(
  sticker: sticker ?? this.sticker,
);