type github.com/gotd/td/tg.HelpTermsOfService

37 uses

	github.com/gotd/td/tg (current package)
		tl_auth_authorization_gen.go#L400: 	TermsOfService HelpTermsOfService
		tl_auth_authorization_gen.go#L444: 	GetTermsOfService() (value HelpTermsOfService, ok bool)
		tl_auth_authorization_gen.go#L547: func (a *AuthAuthorizationSignUpRequired) SetTermsOfService(value HelpTermsOfService) {
		tl_auth_authorization_gen.go#L554: func (a *AuthAuthorizationSignUpRequired) GetTermsOfService() (value HelpTermsOfService, ok bool) {
		tl_help_terms_of_service_gen.go#L38: type HelpTermsOfService struct {
		tl_help_terms_of_service_gen.go#L67: 	_ bin.Encoder     = &HelpTermsOfService{}
		tl_help_terms_of_service_gen.go#L68: 	_ bin.Decoder     = &HelpTermsOfService{}
		tl_help_terms_of_service_gen.go#L69: 	_ bin.BareEncoder = &HelpTermsOfService{}
		tl_help_terms_of_service_gen.go#L70: 	_ bin.BareDecoder = &HelpTermsOfService{}
		tl_help_terms_of_service_gen.go#L73: func (t *HelpTermsOfService) Zero() bool {
		tl_help_terms_of_service_gen.go#L100: func (t *HelpTermsOfService) String() string {
		tl_help_terms_of_service_gen.go#L104: 	type Alias HelpTermsOfService
		tl_help_terms_of_service_gen.go#L109: func (t *HelpTermsOfService) FillFrom(from interface {
		tl_help_terms_of_service_gen.go#L129: func (*HelpTermsOfService) TypeID() uint32 {
		tl_help_terms_of_service_gen.go#L134: func (*HelpTermsOfService) TypeName() string {
		tl_help_terms_of_service_gen.go#L139: func (t *HelpTermsOfService) TypeInfo() tdp.Type {
		tl_help_terms_of_service_gen.go#L176: func (t *HelpTermsOfService) SetFlags() {
		tl_help_terms_of_service_gen.go#L186: func (t *HelpTermsOfService) Encode(b *bin.Buffer) error {
		tl_help_terms_of_service_gen.go#L195: func (t *HelpTermsOfService) EncodeBare(b *bin.Buffer) error {
		tl_help_terms_of_service_gen.go#L223: func (t *HelpTermsOfService) Decode(b *bin.Buffer) error {
		tl_help_terms_of_service_gen.go#L234: func (t *HelpTermsOfService) DecodeBare(b *bin.Buffer) error {
		tl_help_terms_of_service_gen.go#L284: func (t *HelpTermsOfService) SetPopup(value bool) {
		tl_help_terms_of_service_gen.go#L295: func (t *HelpTermsOfService) GetPopup() (value bool) {
		tl_help_terms_of_service_gen.go#L303: func (t *HelpTermsOfService) GetID() (value DataJSON) {
		tl_help_terms_of_service_gen.go#L311: func (t *HelpTermsOfService) GetText() (value string) {
		tl_help_terms_of_service_gen.go#L319: func (t *HelpTermsOfService) GetEntities() (value []MessageEntityClass) {
		tl_help_terms_of_service_gen.go#L327: func (t *HelpTermsOfService) SetMinAgeConfirm(value int) {
		tl_help_terms_of_service_gen.go#L334: func (t *HelpTermsOfService) GetMinAgeConfirm() (value int, ok bool) {
		tl_help_terms_of_service_gen.go#L345: func (t *HelpTermsOfService) MapEntities() (value MessageEntityClassArray) {
		tl_help_terms_of_service_update_gen.go#L190: 	TermsOfService HelpTermsOfService
		tl_help_terms_of_service_update_gen.go#L235: 	GetTermsOfService() (value HelpTermsOfService)
		tl_help_terms_of_service_update_gen.go#L337: func (t *HelpTermsOfServiceUpdate) GetTermsOfService() (value HelpTermsOfService) {
		tl_registry_gen.go#L4175: 		HelpTermsOfServiceTypeID:                                 func() bin.Object { return &HelpTermsOfService{} },

	github.com/gotd/td/telegram/auth
		flow.go#L146: 	AcceptTermsOfService(ctx context.Context, tos tg.HelpTermsOfService) error
		flow.go#L157: func (c noSignUp) AcceptTermsOfService(ctx context.Context, tos tg.HelpTermsOfService) error {
		flow.go#L270: func (t testAuth) AcceptTermsOfService(ctx context.Context, tos tg.HelpTermsOfService) error {
		signup.go#L12: 	TermsOfService tg.HelpTermsOfService