telegram-rs / telegram-bot

Rust Library for creating a Telegram Bot
MIT License
940 stars 157 forks source link

invite link is always empty for supergroup #205

Closed ayrat555 closed 3 years ago

ayrat555 commented 4 years ago

I tried adding a bot to different public groups. it always returns empty invite link

Supergroup(Supergroup { id: SupergroupId(-1001368460856), title: "test group", username: Some("dsadddd"), invite_link: None })
gugahoa commented 4 years ago

I believe that per this doc (https://core.telegram.org/bots/api#chat) you have to first call exportChatLink before receiving any value from that field