Which method is used to define the method that would be invoked when the next user message is received?
Answers
Answered by
2
Answer:
MessageReceivedAsync method
Implementation details. As in the first example, the MessageReceivedAsync method is called when a new message is received. This time though, the MessageReceivedAsync method evaluates the user's message before responding.
Answered by
2
Answer:
ᴍᴇssᴀɢᴇ ʀᴇᴄᴇɪᴠᴇᴅ ᴀ sʏɴᴄ ᴍᴇᴛʜᴏᴅ
Implementation details
As in the first example, the MessageReceivedAsync method is called when a new message is received. This time though, the MessageReceivedAsync method evaluates the user's message before responding.
Similar questions