Share via


IPostToBot Interface

Definition

Methods to send a message from the user to the bot.

public interface IPostToBot
type IPostToBot = interface
Public Interface IPostToBot
Derived

Methods

PostAsync(IActivity, CancellationToken)

Post an item (e.g. message or other external event) to the bot.

Applies to