kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
docs: Add TSDoc comment
rodzic
affdb27c10
commit
646398d2aa
|
@ -118,6 +118,11 @@ export type TwilioSendAndWaitOptions = {
|
|||
validate?: (message: TwilioConversationMessage) => boolean
|
||||
}
|
||||
|
||||
/**
|
||||
* A client for interacting with the Twilio Conversations API to send automated messages and wait for replies.
|
||||
*
|
||||
* @see {@link https://www.twilio.com/docs/conversations/api}
|
||||
*/
|
||||
export class TwilioConversationClient {
|
||||
api: typeof ky
|
||||
phoneNumber: string
|
||||
|
|
Ładowanie…
Reference in New Issue