copyWith method

GetAttachedStickerSets copyWith({
  1. int? fileId,
})

Implementation

GetAttachedStickerSets copyWith({
  int? fileId,
}) =>
    GetAttachedStickerSets(
      fileId: fileId ?? this.fileId,
    );