Skip to content

Commit

Permalink
update optional params
Browse files Browse the repository at this point in the history
  • Loading branch information
kevoconnell committed Apr 5, 2024
1 parent 5ffad49 commit 0a556c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/neynar-api/v2/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,7 @@ export class NeynarV2APIClient {
* client.lookupCastConversation(
* 'https://warpcast.com/rish/0x9288c1',
* CastParamType.Url,
* 2,
* true
* { replyDepth: 2, includeChronologicalParentCasts: true }
* ).then(response => {
* console.log('Cast Conversation Information:', response); // Outputs detailed information about the specified cast conversation
* });
Expand Down

0 comments on commit 0a556c2

Please sign in to comment.