copyWith method
Implementation
SetStickerPositionInSet copyWith({
InputFile? sticker,
int? position,
}) =>
SetStickerPositionInSet(
sticker: sticker ?? this.sticker,
position: position ?? this.position,
);
SetStickerPositionInSet copyWith({
InputFile? sticker,
int? position,
}) =>
SetStickerPositionInSet(
sticker: sticker ?? this.sticker,
position: position ?? this.position,
);