Uses of Class
it.tdlight.jni.TdApi.TermsOfService
-
Uses of TdApi.TermsOfService in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.AuthorizationStateWaitRegistration.termsOfService
Telegram terms of service.TdApi.UpdateTermsOfService.termsOfService
The new terms of service.ModifierConstructorDescriptionAuthorizationStateWaitRegistration
(TdApi.TermsOfService termsOfService) The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration.UpdateTermsOfService
(String termsOfServiceId, TdApi.TermsOfService termsOfService) New terms of service must be accepted by the user.