stravalib.client.Client.handle_subscription_update# Client.handle_subscription_update(raw)[source]# Converts a raw subscription update into a model. Parameters: raw (dict) – The raw json response deserialized into a dict. Returns: class – The subscription update model object. Return type: stravalib.model.SubscriptionUpdate