steavy29 / Telegram.Net

Telegram (http://telegram.org) client library implemented in C#.
17 stars 6 forks source link

Add Method messages.botCallbackAnswer #17

Closed ghost closed 7 years ago

ghost commented 7 years ago

I can't do this, can you help me with this?

https://github.com/sochix/TLSharp/blob/master/TeleSharp.TL/TL/Messages/TLRequestGetBotCallbackAnswer.cs

ghost commented 7 years ago

image

I do this with messages.botCallbackAnswer#b10df1fb flags:# alert:flags.1?true has_url:flags.3?true message:flags.0?string url:flags.2?string = messages.BotCallbackAnswer; But I do not know does it work

steavy29 commented 7 years ago

This request class is from higher Api Level Protocol, which is not yet supported here, so it won't work. Support of the latest Api Level is on the tasks list but probably won't be added sooner that one or two weeks.

ghost commented 7 years ago

Okay, thx. I be waiting.