View Source ExTDLib.Method.RegisterDevice (ExTDLib v0.0.4)
Registers the currently used device for receiving push notifications. Returns a globally unique identifier of the push notification subscription. Returns object_ptr<PushReceiverId>.
| Name | Type | Description |
|---|---|---|
| device_token | DeviceToken | Device token. |
| other_user_ids | string | List of user identifiers of other users currently using the application. |
More details on telegram's documentation.