or private link?
Print IDs of joined users with public link
Check the attributes you see in the event of ChatAction.
They're not
Would you help me . I just printed event.stringify and except of datetime , they were same
Did you test with both join types. there will be obvious difference between a usual join and invite link join
I DId with both
Show your prints then, both of em
Is there any other way to delete message from group 👀👀
Could you tell me ToggleUsername function in telethon
with public link : ChatAction.Event( action_message=None, original_update=UpdateChannelParticipant( channel_id=1939126146, date=datetime.datetime(2023, 7, 25, 15, 29, 39, tzinfo=datetime.timezone.utc), actor_id=6169820576, user_id=6169820576, qts=0, prev_participant=None, new_participant=ChannelParticipant( user_id=6169820576, date=datetime.datetime(2023, 7, 25, 15, 29, 39, tzinfo=datetime.timezone.utc) ), invite=None ), new_pin=False, new_photo=False, photo=None, user_added=True, user_joined=False, user_left=False, user_kicked=False, unpin=True, created=False, new_title=None, new_score=None ) ———————— with private link : ChatAction.Event( action_message=None, original_update=UpdateChannelParticipant( channel_id=1939126146, date=datetime.datetime(2023, 7, 25, 15, 28, 57, tzinfo=datetime.timezone.utc), actor_id=6169820576, user_id=6169820576, qts=0, prev_participant=None, new_participant=ChannelParticipant( user_id=6169820576, date=datetime.datetime(2023, 7, 25, 15, 28, 57, tzinfo=datetime.timezone.utc) ), invite=None ), new_pin=False, new_photo=False, photo=None, user_added=True, user_joined=False, user_left=False, user_kicked=False, unpin=True, created=False, new_title=None, new_score=None )
Also in pyrogram they are same
You're not really joining with a link then, judging by that. if you click an invite link, and chat is public, it'll preview the chat. so you have no way of knowing. and share the info properly next time
Обсуждают сегодня