* Returns the current authorization state; this is an offline request. For informational purposes only. Use updateAuthorizationState instead to maintain the current authorization state.
13
*/
14
class GetAuthorizationState extends TdFunction
15
{
16
public const TYPE_NAME = 'getAuthorizationState';
17
18
public function __construct()
19
{
20
}
21
22
public static function fromArray(array $array): GetAuthorizationState
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.