创建一个新的 Telegram 频道并使用 TLSharp 修复权限

问题描述

我可以像这样创建一个新频道,其中客户端是经过身份验证和连接的 TLSharp.Core.TelegramClient

TeleSharp.TL.Channels.TLRequestCreateChannel newChannel = new 
TeleSharp.TL.Channels.TLRequestCreateChannel();
            newChannel.Megagroup = true;
            newChannel.Title = channelName;
            newChannel.About = channelDescription;
return await client.SendRequestAsync<TeleSharp.TL.TLUpdates>(newChannel);

有谁知道如何修改这个权限?
我需要允许Add Users然后拒绝Send StickersPolls
非常感谢!!

在下图中,我显示了创建后的认权限:

Telegram Channel Permissions

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)