Packages › trotsky › PostReplyParams
PostReplyParams type
Type representing the parameters for a post reply, including text and optional additional metadata.
Signature:
typescript
export type PostReplyParams = Partial<AppBskyFeedPost.Record> & {
"text": string;
};