copyWith method

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

Implementation

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