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

Add some missing fields and variants #194

Closed
wants to merge 7 commits into from

Conversation

goweiwen
Copy link
Contributor

Summary:

  1. Add ChosenInlineResult variant to UpdateKind and stubs for the rest so deserialization doesn't fail.
  2. Add missing InlineKeyboardButton variants (SwitchInlineQuery, SwitchInlineQueryCurrentChat)
  3. Add missing fields to AnswerInlineQuery
  4. BREAKING Fix foursquare_id typo (related: Test InlineQueryResult* structs #181)
  5. BREAKING Replace ReplyMarkup to InlineKeyboardMarkup in InlineQueryResult* structs (resolves Replace ReplyMarkup to InlineKeyboardMarkup in InlineQueryResult* structs #180)

Personally using these features, so they should all be working.

@gugahoa
Copy link
Member

gugahoa commented Aug 28, 2020

I manually merged this to master as I had to solve some conflicts

Thanks @goweiwen

@gugahoa gugahoa closed this Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace ReplyMarkup to InlineKeyboardMarkup in InlineQueryResult* structs
2 participants