copyWith method

InputPollMediaSticker copyWith({
  1. InputSticker? sticker,
})

Implementation

InputPollMediaSticker copyWith({InputSticker? sticker}) =>
    InputPollMediaSticker(sticker: sticker ?? this.sticker);