MadelineProto/docs/TD_docs/methods/processDcUpdate.md

24 lines
672 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: processDcUpdate
description: Handles DC_UPDATE push service notification. Can be called before authorization
---
## 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:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|dc|[CLICK ME string](../types/string.md) | Yes|Value of 'dc' paramater of the notification|
|addr|[CLICK ME string](../types/string.md) | Yes|Value of 'addr' parameter of the notification|
2017-08-25 15:05:53 +02:00
### Return type: [Ok](../types/Ok.md)