Adrian Solis
Adrian Solis
The typing for the Teams event classes (TeamEventBase, etc.) have no properties declared. They should have tenant, team and channel properties, as appropriate.
The current signature for startReplyChain is prone to dev error, as what's conceptually the same information could be passed in multiple locations: - message.address.serviceUrl vs serviceUrl parameter - message.address.conversation.id vs....
The bot doesn't appear to support direct interaction via messages. Please set isNotificationOnly=true so users cannot send it messages via chat. Currently the manifest allows it, and the bot just...