- API ›
- Constructors ›
- Help ›
- TermsOfServiceUpdate
TermsOfServiceUpdate
---types--- help.termsOfServiceUpdate#28ecf961 expires:int terms_of_service:help.TermsOfService = help.TermsOfServiceUpdate
Belongs to
| help.TermsOfServiceUpdate |
In Rust this constructor is a variant of the enums::help.TermsOfServiceUpdate enum.
Match on it with: if let enums::help.TermsOfServiceUpdate::TermsOfServiceUpdate(v) = result { ... }
Parameters
| expires | int | required |
| terms_of_service | help.TermsOfService | required |