farcaster-py icon indicating copy to clipboard operation
farcaster-py copied to clipboard

casting with a parent

Open reza-mousapour opened this issue 8 months ago • 1 comments

There is a cast(name A for example) that I have and I know its hash. I want to cast another cast(name B) and I want A to be B's parent. I tried post_cast() but I couldn't figure out how should I give the parent field true information. I have tried: parent = hash_of _A parent = A(the ApiCast type) but none of them seemed to work. what is true format for doing this task? can you give me an example? I would appreciate it.

reza-mousapour avatar Jun 29 '24 01:06 reza-mousapour