Interface AuthorizationStateWaitRegistration

The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration. Call registerUser to accept the terms of service and provide the data. Subtype of AuthorizationState.

interface AuthorizationStateWaitRegistration {
    @type: "authorizationStateWaitRegistration";
    terms_of_service: TermsOfService;
}

Properties

@type: "authorizationStateWaitRegistration"
terms_of_service: TermsOfService

Telegram terms of service.