Skip to content

kient / SendChatParams

Type Alias: SendChatParams

ts
type SendChatParams = 
  | SendUserChatParams
  | SendBotChatParams;

src/api/chat/send-chat.ts:19