channels.GetInactiveChannels
- class pyrogram.raw.functions.channels.GetInactiveChannels
Get inactive channels and supergroups
- Details:
Layer:
223ID:
11E831EE
- Parameters:
No parameters required.
- Returns:
TL Schema
channels.getInactiveChannels#11e831ee
= messages.InactiveChats
Parameter Tree
GetInactiveChannels
Example
await app.invoke(
GetInactiveChannels(
)
)