copyWith method

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

Implementation

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