@zengsw
I am trying to create a client using Neynar. When I make an interface request to obtain the casts feed, there is a field called "embeds", for example: "embeds": [
{
"url": "https://waifucast.novadao.io?fid=6131"
},
{
"cast_id": {
"fid": 6131,
"hash": "0x46351c66ce33fafbcd4529310ec09fc42b197d56"
}
}
], could this array contain other types besides url and cast_id? How do I display these contents on the front-end page? Is there any related documentation?