botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

[Telegram, event pipeline, .Net] Most events do not run

Open AndrewTheWild opened this issue 1 year ago • 0 comments

Version

Microsoft.Bot.Builder 4.22.2

Describe the bug

I’m working with a Telegram bot and want to capture events when a user blocks the bot or starts a new conversation. With Web Chat, everything works fine, but Telegram doesn’t seem to trigger these events.

Is this the expected behavior, or does the Bot Framework not support these events for Telegram bots? I couldn’t find any official information about this limitation.

OnMembersAddedAsync OnMembersRemovedAsync OnCommandActivityAsync OnMessageUpdateActivityAsync OnConversationUpdateActivityAsync OnEventActivityAsync OnEndOfConversationActivityAsync OnInstallationUpdateRemoveAsync OnUnrecognizedActivityTypeAsync OnInstallationUpdateAddAsync OnEventAsync OnTokenResponseEventAsync

AndrewTheWild avatar Dec 07 '24 14:12 AndrewTheWild