ilyalatt / Telega

C# Telegram MTProto Client
https://ilyalatt.github.io/Telega/
MIT License
58 stars 15 forks source link

How to kick out user from the Channel #38

Closed wasimjee closed 3 years ago

wasimjee commented 3 years ago

How can we kick out the user from the channel

ilyalatt commented 3 years ago

Hello. There is Telega.Rpc.Dto.Functions.Channels.EditBanned. Forbid ViewMessages and SendMessages in BannedRights. You can search for needed functions here.