text: string
linkPreview?: WAUrlInfo | null
}
& Mentionable & Contextable & Buttonable & Templatable & Listable & Editable)
| AnyMediaMessageContent
| ({
poll: PollMessageOptions
} & Mentionable & Contextable & Buttonable & Templatable & Editable)
| {
contacts: {
displayName?: string
contacts: proto.Message.IContactMessage[]
}
}
| {
location: WALocationMessage
}
| { react: proto.Message.IReactionMessage }
| {
buttonReply: ButtonReplyInfo
type: 'template' | 'plain'
}
| {
listReply: Omit<proto.Message.IListResponseMessage, 'contextInfo'>
}
| {
product: WASendableProduct
businessOwnerJid?: string
body?: string
footer?: string
}
) & ViewOnce
какая у тебя задача? что надо сделать? определить тип перед вызовом?
определить содержит ни обьект Msg текстовый Message или какой-то иной
Обсуждают сегодня