const github.com/gotd/td/tg.AccountSetPrivacyRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_set_privacy_gen.go#L46: const AccountSetPrivacyRequestTypeID = 0xc9f81ce8
tl_account_set_privacy_gen.go#L92: return AccountSetPrivacyRequestTypeID
tl_account_set_privacy_gen.go#L104: ID: AccountSetPrivacyRequestTypeID,
tl_account_set_privacy_gen.go#L128: b.PutID(AccountSetPrivacyRequestTypeID)
tl_account_set_privacy_gen.go#L160: if err := b.ConsumeID(AccountSetPrivacyRequestTypeID); err != nil {
tl_registry_gen.go#L1281: AccountSetPrivacyRequestTypeID: "account.setPrivacy#c9f81ce8",
tl_registry_gen.go#L3063: "account.setPrivacy": AccountSetPrivacyRequestTypeID,
tl_registry_gen.go#L4845: AccountSetPrivacyRequestTypeID: func() bin.Object { return &AccountSetPrivacyRequest{} },
tl_server_gen.go#L704: s.handlers[AccountSetPrivacyRequestTypeID] = handler
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |