TelegramBots icon indicating copy to clipboard operation
TelegramBots copied to clipboard

how to make a group link to share , and user click this link ,i can take it?

Open simply-lu opened this issue 1 year ago • 4 comments

i have a group , i think to make a link , like (https://t.me/group_link?invite=abc), users click the link to join my group . how to catch the invite?

simply-lu avatar Mar 18 '23 09:03 simply-lu

private group can get inviteLink from update.chatJoinRequest

samosxin avatar Aug 21 '23 03:08 samosxin

private group can get inviteLink from update.chatJoinRequest

How about public group?

guozhenma avatar Apr 16 '24 07:04 guozhenma

i have a group , i think to make a link , like (https://t.me/group_link?invite=abc), users click the link to join my group . how to catch the invite?

Have you solved the problem?

guozhenma avatar Apr 16 '24 08:04 guozhenma

i have a group , i think to make a link , like (https://t.me/group_link?invite=abc), users click the link to join my group . how to catch the invite?

Have you solved the problem?

chasonHgg avatar May 04 '24 09:05 chasonHgg

You need to listen to the chat_member updates https://core.telegram.org/bots/api#update

rubenlagus avatar Jul 07 '24 23:07 rubenlagus