Hello,
I want to accept telegram terms with lua throgh tdbot,
What is terms_of_service_id exactly?
It is a string value
acceptTermsOfService (std::string const &terms_of_service_id_)
https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1accept_terms_of_service.html#a0b156da5c174eddcba9d4eae4200b5af
What thing should I put in it?
thanks