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

Menu & Improvements ✨ #127

Merged
merged 17 commits into from
Jul 11, 2023
Merged

Menu & Improvements ✨ #127

merged 17 commits into from
Jul 11, 2023

Conversation

HeySreelal
Copy link
Collaborator

Changes

  • Introducing Televerse Menu.
  • Added InlineMenu and KeyboardMenu classes to represent an inline menu and a keyboard menu respectively.
  • Added bot.attachMenu method to attach a menu to the bot.
  • Added bot.removeMenu method to remove a menu listeners from from the bot.
  • Usage of Televerse Menu is demonstrated in /example/menu_bot.dart.
  • Fixed an issue with the MessageContext and MessageMixin- #124
  • Improved code quality.
  • Fixed the incorrect type of messagThreadId parameter in multiple methods.
  • Updated ChatMemberUpdatedContext class to support both chat_member and my_chat_member updates.
  • Added bot.me getter to get the information about the bot. (Thanks to @GiuseppeFn)
  • Added bot.getMe method to get the information about the bot and set it to the bot.me getter.

@HeySreelal HeySreelal added televerse Televerse core update release This is going to be shipped. labels Jul 11, 2023
@HeySreelal HeySreelal merged commit f0b421d into main Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release This is going to be shipped. televerse Televerse core update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants