wiz0u / WTelegramClient

Telegram Client API (MTProto) library written 100% in C# and .NET
https://wiz0u.github.io/WTelegramClient/
MIT License
996 stars 164 forks source link

example for Channels_InviteToChannel #153

Closed gejuking closed 1 year ago

gejuking commented 1 year ago

would you give a little example code for Channels_InviteToChannel or add member to channel

m0nax3 commented 1 year ago

or add member to channel

client.AddChatUser(Channel, User);

wiz0u commented 1 year ago

There is no specific example for Channels_InviteToChannel because AddChatUser does the same. (and the example is here)

wiz0u commented 1 year ago

Moreover, Github issues should be used for issues with the library itself, not for asking question about Telegram API usage For further questions about Telegram API usage, please ask them on StackOverflow so the whole community can help and benefit: https://stackoverflow.com/questions/ask?tags=c%23+wtelegramclient+telegram-api