Context.sendActivity(sender: SenderKeyPair
| SenderKeyPair[]
| { identifier: string; }
| { username: string; }
| { handle: string; },activity: Activity,options?: SendActivityOptions,): Promise<void>
Sends an activity to recipients' inboxes.
sender: SenderKeyPair
| SenderKeyPair[]
| { identifier: string; }
| { username: string; }
| { handle: string; }
The sender's identifier or the sender's username or the sender's key pair(s).
activity: Activity
The activity to send.
optional
options: SendActivityOptions
Options for sending the activity.
Promise<void>