Is the MS Teams Bot Framework or botkit support a function to disable a typing indicator?
What I know that if want to start typing indicator then can use below format with value type is typing but how can I disabled the typing indicator once it start. Sometimes has case that typing indicator take long time to hide after bot response the answer.
var data = {
'type':'typing',
conversation:
{
id: <channel>
}
};