@chat-adapter/teams 4.13.4 → 4.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -139,7 +139,7 @@ declare class TeamsAdapter implements Adapter<TeamsThreadId, unknown> {
139
139
  deleteMessage(threadId: string, messageId: string): Promise<void>;
140
140
  addReaction(_threadId: string, _messageId: string, _emoji: EmojiValue | string): Promise<void>;
141
141
  removeReaction(_threadId: string, _messageId: string, _emoji: EmojiValue | string): Promise<void>;
142
- startTyping(threadId: string): Promise<void>;
142
+ startTyping(threadId: string, _status?: string): Promise<void>;
143
143
  /**
144
144
  * Open a direct message conversation with a user.
145
145
  * Returns a thread ID that can be used to post messages.