const github.com/gotd/td/tg.AccountSetAccountTTLRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_set_account_ttl_gen.go#L44: const AccountSetAccountTTLRequestTypeID = 0x2442485e
tl_account_set_account_ttl_gen.go#L85: return AccountSetAccountTTLRequestTypeID
tl_account_set_account_ttl_gen.go#L97: ID: AccountSetAccountTTLRequestTypeID,
tl_account_set_account_ttl_gen.go#L117: b.PutID(AccountSetAccountTTLRequestTypeID)
tl_account_set_account_ttl_gen.go#L137: if err := b.ConsumeID(AccountSetAccountTTLRequestTypeID); err != nil {
tl_registry_gen.go#L1284: AccountSetAccountTTLRequestTypeID: "account.setAccountTTL#2442485e",
tl_registry_gen.go#L3066: "account.setAccountTTL": AccountSetAccountTTLRequestTypeID,
tl_registry_gen.go#L4848: AccountSetAccountTTLRequestTypeID: func() bin.Object { return &AccountSetAccountTTLRequest{} },
tl_server_gen.go#L763: s.handlers[AccountSetAccountTTLRequestTypeID] = 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. |