teleproto - v1.229.0
    Preparing search index...

    Interface AccountUnregisterDeviceParams

    interface AccountUnregisterDeviceParams {
        otherUids: BigInteger[];
        token: string;
        tokenType: number;
    }
    Index
    otherUids: BigInteger[]

    List of user identifiers of other users currently using the client

    token: string

    Device token, see PUSH updates for the possible values.

    tokenType: number

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