tdlib / telegram-bot-api

Telegram Bot API server
https://core.telegram.org/bots
Boost Software License 1.0
2.94k stars 569 forks source link

[Question]: Is `ChatJoinRequest.invite_link` always null for public groups? #580

Closed HeySreelal closed 2 months ago

HeySreelal commented 2 months ago

It seems like ChatJoinRequest.invite_link is always null for join requests to public groups even though the user is invited by through an invite link (not the group's username). Is this an intended behavior or is it a bug with the server?

Additional info: The invite link is created by the same bot listening to the chat join requests to the particular group chat.

HeySreelal commented 2 months ago

Got the answer from the TDLib chat, this is an intended behavior.