justdmitry / NetTelegramBotApi

C# client library for building Telegram bot
MIT License
74 stars 28 forks source link

inline mode for game #49

Closed ghost closed 7 years ago

ghost commented 7 years ago

I think NetTelegramBotApi does not have InlineQueryResultGame, if it has please help to create inline keyboard for games, this is not a bug exactly, but i think its an issue

thanks...

justdmitry commented 7 years ago

Inline mode requires a lot of classes to be created.

I added some of them in inline branch - you may copy this classes to your solution and use.

Also, feel free to make PR for other classes.