Interface SuggestedActionCheckPassword

Suggests the user to check whether they still remember their 2-step verification password. Subtype of SuggestedAction.

interface SuggestedActionCheckPassword {
    @type: "suggestedActionCheckPassword";
}

Properties

Properties

@type: "suggestedActionCheckPassword"