@tsky/client / agent / FeedViewPost
FeedViewPost
Defined in: client/src/agent.ts:695
Implements
FeedViewPost
Constructors
new FeedViewPost()
ts
new FeedViewPost(client, payload): FeedViewPostDefined 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.$typeclient
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.feedContextpost
ts
post: PostView;Defined in: client/src/agent.ts:696
Implementation of
ts
AppBskyFeedDefs.FeedViewPost.postreason?
ts
optional reason: Typed<ReasonPin, string> | Typed<ReasonRepost, string>;Defined in: client/src/agent.ts:698
Implementation of
ts
AppBskyFeedDefs.FeedViewPost.reasonreply?
ts
optional reply: ReplyRef;Defined in: client/src/agent.ts:702
Implementation of
ts
AppBskyFeedDefs.FeedViewPost.reply