【发布时间】:2017-08-22 08:56:36
【问题描述】:
我正在使用 Telegram API 开发一个程序,通过链接加入 Telegram 群组或频道。
加入群组或频道的方法(如channels.joinChannel)需要chat_id或channel_id,但我只有群组或频道的链接(如@channel_username或https://t.me/channel_username或https://t.me/joinChat/xxxxx)
如何获取有链接的群组或频道的chat_id 或channel_id?
P.S:我不是这些群组或频道的管理员。
【问题讨论】: