···140140 /// [imageFiles] List of image files to attach
141141 /// [altTexts] Map of file paths to alt texts
142142 /// [crosspostToBsky] Whether to also post to Bluesky
143143+ /// [facets] Optional list of facets for text formatting (mentions, links, etc.)
143144 Future<RepoStrongRef> postImages(
144145 String text,
145146 List<XFile> imageFiles,
146147 Map<String, String> altTexts, {
147148 bool crosspostToBsky = false,
149149+ List<Facet> facets = const [],
148150 });
149151150152 /// Upload images to the server
···171173 /// [tags] The tags of the video
172174 /// [langs] The languages of the video
173175 /// [selfLabels] The self labels of the video
176176+ /// [facets] Optional list of facets for text formatting (mentions, links, etc.)
174177 Future<RepoStrongRef> postVideo(
175178 Blob blob, {
176179 String text = '',
···178181 List<String>? tags,
179182 List<String>? langs,
180183 List<SelfLabel>? selfLabels,
184184+ List<Facet> facets = const [],
181185 });
182186183187 /// Get the thread for a post