@tsky/client / agent / FeedGeneratorView
FeedGeneratorView 
Defined in: client/src/agent.ts:792
Implements 
- GeneratorView
Constructors 
new FeedGeneratorView() 
ts
new FeedGeneratorView(client, payload): FeedGeneratorViewDefined in: client/src/agent.ts:813
Parameters 
client 
payload 
GeneratorView
Returns 
Properties 
$type? 
ts
optional $type: string;Defined in: client/src/agent.ts:811
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.$typeacceptsInteractions? 
ts
optional acceptsInteractions: boolean;Defined in: client/src/agent.ts:799
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.acceptsInteractionsavatar? 
ts
optional avatar: string;Defined in: client/src/agent.ts:800
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.avatarcid 
ts
cid: string;Defined in: client/src/agent.ts:793
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.cidclient 
ts
client: Client;Defined in: client/src/agent.ts:814
contentMode? 
ts
optional contentMode: 
  | string & object
  | "app.bsky.feed.defs#contentModeUnspecified"
  | "app.bsky.feed.defs#contentModeVideo";Defined in: client/src/agent.ts:801
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.contentModecreator 
ts
creator: ProfileView;Defined in: client/src/agent.ts:794
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.creatordescription? 
ts
optional description: string;Defined in: client/src/agent.ts:806
Maximum string length: 3000 Maximum grapheme length: 300
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.descriptiondescriptionFacets? 
ts
optional descriptionFacets: Main[];Defined in: client/src/agent.ts:807
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.descriptionFacetsdid 
ts
did: `did:${string}`;Defined in: client/src/agent.ts:795
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.diddisplayName 
ts
displayName: string;Defined in: client/src/agent.ts:796
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.displayNameindexedAt 
ts
indexedAt: string;Defined in: client/src/agent.ts:797
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.indexedAtlabels? 
ts
optional labels: Label[];Defined in: client/src/agent.ts:808
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.labelslikeCount? 
ts
optional likeCount: number;Defined in: client/src/agent.ts:809
Minimum: 0
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.likeCounturi 
ts
uri: string;Defined in: client/src/agent.ts:798
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.uriviewer? 
ts
optional viewer: GeneratorViewerState;Defined in: client/src/agent.ts:810
Implementation of 
ts
AppBskyFeedDefs.GeneratorView.viewer