Closed SergeevGregory closed 1 year ago
That's an interesting question about Telegram API usage. However it is not an issue with the library itself, so here is not the right place to ask.
This kind of question should be asked on StackOverflow so it can benefits the community: https://stackoverflow.com/questions/ask?tags=c%23+wtelegramclient+telegram-api
Also I'm not very familiar in this topic so I won't be of much help, and I'm not sure why you need to call that method for UpdateNewMessage. For me, the only reason to call it is to get more info in case of UpdateShortMessage
Dear wiz0u, I have question about situation like this (programmatically click a button in a Bot): https://github.com/wiz0u/WTelegramClient/issues/58 (https://stackoverflow.com/questions/72198289/c-sharp-wtelegramclient-telegram-api-how-to-programmatically-click-a-button-in-a/72228923#72228923)
I haven't problems with clicking a button, but I can't understand how get
pts
,date
,qts
for correct execution ofUpdates_GetDifference
inOnUpdate
(UpdateNewMessage
):If I execute
Updates_GetDifference
like this:Often
Updates_GetDifference
doesn't return needed message withReplyInlineMarkup
Сan you help with advice? Thx