account.UnregisterDevice#
- class pyrogram.raw.functions.account.UnregisterDevice#
Deletes a device by its token, stops sending PUSH-notifications to it.
- Details:
Layer:
158
ID:
6A0D3206
- Parameters:
token_type (
int
32-bit
) – Device token type, see PUSH updates for the possible values.token (
str
) – Device token, see PUSH updates for the possible values.other_uids (List of
int
64-bit
) – List of user identifiers of other users currently using the client.
- Returns:
bool