teleproto - v1.229.0
    Preparing search index...

    Interface AccountRegisterDeviceParams

    interface AccountRegisterDeviceParams {
        appSandbox: boolean;
        noMuted?: boolean;
        otherUids: BigInteger[];
        secret: bytes;
        token: string;
        tokenType: number;
    }
    Index
    appSandbox: boolean

    If (boolTrue) is transmitted, a sandbox-certificate will be used during transmission.

    noMuted?: boolean

    Avoid receiving (silent and invisible background) notifications. Useful to save battery.

    otherUids: BigInteger[]

    List of user identifiers of other users currently using the client

    secret: bytes

    For FCM and APNS VoIP, optional encryption key used to encrypt push notifications

    token: string

    Device token, see PUSH updates for the possible values.

    tokenType: number

    Device token type, see PUSH updates for the possible values.