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