v18

latestSwagger 2.02026-07-13194165.4 KB
TypingNotifications

Posts a typing event to a thread, on behalf of a user.

post/chat/threads/{chatThreadId}/typing

Path parameters

chatThreadIdstring required

Id of the thread.

Query parameters

api-versionstring required

Version of API to invoke.

Request body

senderDisplayNamestring

The display name of the typing notification sender. This property is used to populate sender name for push notifications.

Example request

{
  "senderDisplayName": "Bob Admin"
}

Response

Request successful.