[Telegram, event pipeline, .Net] Most events do not run #6679
Labels
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
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
The text was updated successfully, but these errors were encountered: