Interface AcceptTermsOfService

Accepts Telegram terms of services. Request type for Tdjson#acceptTermsOfService.

interface AcceptTermsOfService {
    @type: "acceptTermsOfService";
    terms_of_service_id: string;
}

Properties

@type: "acceptTermsOfService"
terms_of_service_id: string

Terms of service identifier.