I want to know, is there a way, to get a of a chat which i'm joining my bot to?(using pyrogram) like, i created a chat manager bot, and when i'm joining him to chat, i want him to work in this specific chat. But every function like get_chat_members() needs target id. how do it get this?
Asked
Active
Viewed 465 times
-2
-
For extremely basic questions like these I'd recommend having a read through the [Documenatation](https://pyrogram.org), as well as ask their [support chat](https://t.me/pyrogramchat) – ColinShark Jan 21 '23 at 15:54
-
Try this document :- https://docs.pyrogram.org/api/methods/get_dialogs. Don't confuse with 'dialogs' words. – jak bin Mar 01 '23 at 08:58