* Returns all active live locations that should be updated by the client. The list is persistent across application restarts only if the message database is used.
13
*/
14
class GetActiveLiveLocationMessages extends TdFunction
15
{
16
public const TYPE_NAME = 'getActiveLiveLocationMessages';
17
18
public function __construct()
19
{
20
}
21
22
public static function fromArray(array $array): GetActiveLiveLocationMessages
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.