@tsky/client / agent / FeedViewPost
FeedViewPost
Defined in: client/src/agent.ts:695
Implements
FeedViewPost
Constructors
new FeedViewPost()
ts
new FeedViewPost(client, payload): FeedViewPost
Defined in: client/src/agent.ts:705
Parameters
client
payload
FeedViewPost
Returns
Properties
$type?
ts
optional $type: string;
Defined in: client/src/agent.ts:703
Implementation of
ts
AppBskyFeedDefs.FeedViewPost.$type
client
ts
client: Client;
Defined in: client/src/agent.ts:706
feedContext?
ts
optional feedContext: string;
Defined in: client/src/agent.ts:697
Context provided by feed generator that may be passed back alongside interactions. Maximum string length: 2000
Implementation of
ts
AppBskyFeedDefs.FeedViewPost.feedContext
post
ts
post: PostView;
Defined in: client/src/agent.ts:696
Implementation of
ts
AppBskyFeedDefs.FeedViewPost.post
reason?
ts
optional reason: Typed<ReasonPin, string> | Typed<ReasonRepost, string>;
Defined in: client/src/agent.ts:698
Implementation of
ts
AppBskyFeedDefs.FeedViewPost.reason
reply?
ts
optional reply: ReplyRef;
Defined in: client/src/agent.ts:702
Implementation of
ts
AppBskyFeedDefs.FeedViewPost.reply