Layer 220
ChannelsGetInactiveChannels
Get inactive channels and supergroups
method
Users
channels.getInactiveChannels#11e831ee = messages.InactiveChats;
Returns
messages.InactiveChatsGogram Example
// ChannelsGetInactiveChannels - positional arguments result, err := client.ChannelsGetInactiveChannels() if err != nil { // handle error } // result is *tg.MessagesInactiveChats