Killer Bean
Killer Bean

Reputation: 31

how to cancel a telegram chat join request using telethon

Some chats require sending a join request in order to join them. I know that the request is sent automatically when using JoinChannelRequest(invite_url), but now Im searching for a way to cancel this request using telethon. I read that LeaveChannelRequest(chat_entity) function cancels the request, but I can't do it with private chats where I can't get their entities.

so to summarize my question is: how can I cancel a join request that was sent in telegram to a private chat using telethon

can anyone help me with that, thank you.

Upvotes: 0

Views: 25015

Answers (1)

SpEcHiDe
SpEcHiDe

Reputation: 116

There is no method available in the API yet to cancel a join request. You can try requesting for this feature on https://suggestions.telegram.org

Upvotes: 1

Related Questions