a member has joined/left my channel. I changed the channel's settings so users has to make a request to join the channel first. Is it possible manage the request list with telethon?
https://t.me/TelethonChat/513754
In case I don't want to update the bot chat invite request but I do want it on a channel, what's the replacement I should be looking for in the documentation?
wdym? chat includes all types. channels too, if you mean the UpdateBot(Chat)InviteRequester
I think I confused it with the word "bot" I thought it meant to be used differently, sorry but thanks I'll try that in a sec.
I don't think that's what I actually need. I need to get the list of join requesters of a channel. Since I'm not passing the chat_id how would it return me a list of the specific chat_id?
This is to handle realtime join requests. that's the only way for a bot. for users, you can see the paste link in that
Thanks for the additional info. Since I'm using a bot, but I want the bot to check the join requests in a certain channel, where do I pass the channel_id or the entity?
You can just match the info from the Update, chat_id = await client.get_peer_id(e.peer)
Обсуждают сегодня