* Represents a data needed to subscribe for push notifications through registerDevice method. To use specific push notification service, you must specify the correct application platform and upload valid server authentication data at https://my.telegram.org.
13
*/
14
class DeviceToken extends TdObject
15
{
16
public const TYPE_NAME = 'DeviceToken';
17
18
public function __construct()
19
{
20
}
21
22
public static function fromArray(array $array): DeviceToken
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.