Chat ID
Typing status
Optionalparams: { businessConnectionId?: string; progress?: number; threadId?: number }OptionalbusinessConnectionId?: stringUnique identifier of the business connection on behalf of which the action will be sent
Optionalprogress?: numberFor upload_* and history import actions, progress of the upload
OptionalthreadId?: numberFor comment threads, ID of the thread (i.e. top message)
Sends a current user/bot typing event to a conversation partner or group.
This status is set for 6 seconds, and is automatically cancelled if you send a message.
If you need a continuous typing status, use setTyping instead.