Layer 220
method Users
account.updateDeviceLocked#38df3532 period:int = Bool;

Parameters

Name Type Description
Period int Inactivity period after which to start hiding message texts in PUSH notifications.

Returns

Bool

Gogram Example

// AccountUpdateDeviceLocked - positional arguments
result, err := client.AccountUpdateDeviceLocked(0)
if err != nil {
    // handle error
}
// result is *tg.Bool