You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just updating layer as Telegram Client API changes. I'm not responsible for this breaking change and new changes/features are usually undocumented for a while. In any case, here is not the place to ask.
Please note that Github issues should be used only for problems with the library code itself.
For questions about Telegram API usage, you can search the API official documentation and the full list of methods.
WTelegramClient covers 100% of the API and let you do anything you can do in an official client.
After updating to the latest version
There is no longer ReportReason
But the code now requires a variable of type byte
public static Task<ReportResult> Messages_Report(this Client client, InputPeer peer, int[] id, byte[] option, string message);
I think there is a problem
my Old code
The text was updated successfully, but these errors were encountered: