acceptsInteractions property
Declaration that a feed accepts feedback interactions from a client through app.bsky.feed.sendInteractions
Implementation
String get $type; String get did; String get displayName; String? get description;@RichtextFacetConverter() List<RichtextFacet>? get descriptionFacets;@BlobConverter() Blob? get avatar;/// Declaration that a feed accepts feedback interactions from a client through app.bsky.feed.sendInteractions
bool? get acceptsInteractions;