Variable sendMessageConst

sendMessage: ZodObject<{
    message_hash: ZodString;
}, "strip", ZodTypeAny, {
    message_hash: string;
}, {
    message_hash: string;
}> = ...

Type declaration

  • message_hash: ZodString

Type declaration

  • message_hash: string

Type declaration

  • message_hash: string

Generated using TypeDoc