Interface UpdateAuthorizationState

Contains notifications about data changes. Subtype of Update.

interface UpdateAuthorizationState {
    @type: "updateAuthorizationState";
    authorization_state: AuthorizationState;
}

Properties

@type: "updateAuthorizationState"
authorization_state: AuthorizationState

New authorization state.