@tsky/client / agent / FeedGeneratorView
FeedGeneratorView
Defined in: client/src/agent.ts:792
Implements
GeneratorView
Constructors
new FeedGeneratorView()
ts
new FeedGeneratorView(client, payload): FeedGeneratorView
Defined 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.$type
acceptsInteractions?
ts
optional acceptsInteractions: boolean;
Defined in: client/src/agent.ts:799
Implementation of
ts
AppBskyFeedDefs.GeneratorView.acceptsInteractions
avatar?
ts
optional avatar: string;
Defined in: client/src/agent.ts:800
Implementation of
ts
AppBskyFeedDefs.GeneratorView.avatar
cid
ts
cid: string;
Defined in: client/src/agent.ts:793
Implementation of
ts
AppBskyFeedDefs.GeneratorView.cid
client
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.contentMode
creator
ts
creator: ProfileView;
Defined in: client/src/agent.ts:794
Implementation of
ts
AppBskyFeedDefs.GeneratorView.creator
description?
ts
optional description: string;
Defined in: client/src/agent.ts:806
Maximum string length: 3000 Maximum grapheme length: 300
Implementation of
ts
AppBskyFeedDefs.GeneratorView.description
descriptionFacets?
ts
optional descriptionFacets: Main[];
Defined in: client/src/agent.ts:807
Implementation of
ts
AppBskyFeedDefs.GeneratorView.descriptionFacets
did
ts
did: `did:${string}`;
Defined in: client/src/agent.ts:795
Implementation of
ts
AppBskyFeedDefs.GeneratorView.did
displayName
ts
displayName: string;
Defined in: client/src/agent.ts:796
Implementation of
ts
AppBskyFeedDefs.GeneratorView.displayName
indexedAt
ts
indexedAt: string;
Defined in: client/src/agent.ts:797
Implementation of
ts
AppBskyFeedDefs.GeneratorView.indexedAt
labels?
ts
optional labels: Label[];
Defined in: client/src/agent.ts:808
Implementation of
ts
AppBskyFeedDefs.GeneratorView.labels
likeCount?
ts
optional likeCount: number;
Defined in: client/src/agent.ts:809
Minimum: 0
Implementation of
ts
AppBskyFeedDefs.GeneratorView.likeCount
uri
ts
uri: string;
Defined in: client/src/agent.ts:798
Implementation of
ts
AppBskyFeedDefs.GeneratorView.uri
viewer?
ts
optional viewer: GeneratorViewerState;
Defined in: client/src/agent.ts:810
Implementation of
ts
AppBskyFeedDefs.GeneratorView.viewer