25 lines
731 B
Markdown
25 lines
731 B
Markdown
---
|
|
title: processDcUpdate
|
|
description: Handles DC_UPDATE push service notification. Can be called before authorization
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: processDcUpdate
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Handles DC_UPDATE push service notification. Can be called before authorization
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|dc|[string](../types/string.md) | Value of 'dc' paramater of the notification | Yes|
|
|
|addr|[string](../types/string.md) | Value of 'addr' parameter of the notification | Yes|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|