Interface GetInactiveSupergroupChats

Returns a list of recently inactive supergroups and channels. Can be used when user reaches limit on the number of joined supergroups and channels and receives CHANNELS_TOO_MUCH error. Also, the limit can be increased with Telegram Premium. Request type for Tdjson#getInactiveSupergroupChats.

interface GetInactiveSupergroupChats {
    @type: "getInactiveSupergroupChats";
}

Properties

Properties

@type: "getInactiveSupergroupChats"