sendVoice
Gửi đoạn hội thoại
api.sendVoice(options, threadId[, type])
Parameters
Return
Types
export type SendVoiceOptions = {
voiceUrl: string;
ttl?: number;
};
export type SendVoiceResponse = {
msgId: string;
};Examples
Related
Last updated