Class TdApi.GetInactiveSupergroupChats

Enclosing class:
TdApi

public static class TdApi.GetInactiveSupergroupChats extends TdApi.Function<TdApi.Chats>
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 CHANNELSTOOMUCH error. Also, the limit can be increased with Telegram Premium.

Returns Chats

  • Field Details

    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetInactiveSupergroupChats

      public GetInactiveSupergroupChats()
      Default constructor for a function, which 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 CHANNELSTOOMUCH error. Also, the limit can be increased with Telegram Premium.

      Returns Chats

  • Method Details