Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AndrewTheWild opened this issue Dec 7, 2024 · 0 comments
Open

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

AndrewTheWild opened this issue Dec 7, 2024 · 0 comments
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.

Comments

@AndrewTheWild
Copy link

AndrewTheWild commented Dec 7, 2024

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 AndrewTheWild added 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. labels Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant