copyWith method
Implementation
GetOwnedStickerSets copyWith({int? offsetStickerSetId, int? limit}) =>
GetOwnedStickerSets(
offsetStickerSetId: offsetStickerSetId ?? this.offsetStickerSetId,
limit: limit ?? this.limit,
);
GetOwnedStickerSets copyWith({int? offsetStickerSetId, int? limit}) =>
GetOwnedStickerSets(
offsetStickerSetId: offsetStickerSetId ?? this.offsetStickerSetId,
limit: limit ?? this.limit,
);