* Returns current verbosity level of the internal logging of TDLib. This is an offline method. Can be called before authorization. Can be called synchronously.
13
*/
14
class GetLogVerbosityLevel extends TdFunction
15
{
16
public const TYPE_NAME = 'getLogVerbosityLevel';
17
18
public function __construct()
19
{
20
}
21
22
public static function fromArray(array $array): GetLogVerbosityLevel
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.