* 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.
13
*/
14
class GetInactiveSupergroupChats extends TdFunction
15
{
16
public const TYPE_NAME = 'getInactiveSupergroupChats';
17
18
public function __construct()
19
{
20
}
21
22
public static function fromArray(array $array): GetInactiveSupergroupChats
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.