removeRecast - remove a recast from a cast ( a recast is a form of super-like )
removeRecast
async (hash: string, fid: number): Promise<boolean>
hash: target hash of the cast that will have the recast removed
fid: fid of the author of that cast
returns true if the recast was removedfalse if there was an error
true
false
Last updated 10 months ago