createCast
Method signature:
createCast = async ({
media = [] as Array<{ farcaster: string }>,
content = '',
replyTo = undefined as string | {
hash: string;
fid: string;
} | undefined
}: {
media?: {
farcaster: string;
}[] | undefined;
content?: string | undefined;
replyTo?: string | {
hash: string;
fid: string;
} | undefined
}): Promise<string>ReplyTo parameter:
Media parameter:
Last updated