channels.GetInactiveChannels

class pyrogram.raw.functions.channels.GetInactiveChannels

Get inactive channels and supergroups

Details:
  • Layer: 223

  • ID: 11E831EE

Parameters:

No parameters required.

Returns:

messages.InactiveChats

TL Schema

channels.getInactiveChannels#11e831ee

= messages.InactiveChats

Parameter Tree

GetInactiveChannels

Example

await app.invoke(
    GetInactiveChannels(
    )
)