How to query channels.editAdmin using TdLib .NET C#? #211
Unanswered
AndreiTsapurin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Sadly, I have no idea what is this function. This project so far provides bindings for I see that this function is seemingly defined in If you know what JSON you want to send, then use If you understand what's the use of the mysterious Otherwise, sadly I don't know any of these either. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a .NET C# project. The TdLib nuget package is connected to it.
Please tell me how I can execute the request: https://core.telegram.org/method/channels.editAdmin using this library?
To be honest, I don’t understand at all how to use this documentation. I couldn’t find any examples for .NET C#.
If I understand correctly, there are several options for executing queries:
And
The actual question is: how to execute the channels.editAdmin request using the first or second option?
UPD:
I found an example code for calling this method in JS:
But it’s still unclear how to adapt it to my situation.
Beta Was this translation helpful? Give feedback.
All reactions