const github.com/gotd/td/tg.AccountPasswordTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_account_password_gen.go#L115: const AccountPasswordTypeID = 0x957b50fb
tl_account_password_gen.go#L240: return AccountPasswordTypeID
tl_account_password_gen.go#L252: ID: AccountPasswordTypeID,
tl_account_password_gen.go#L364: b.PutID(AccountPasswordTypeID)
tl_account_password_gen.go#L424: if err := b.ConsumeID(AccountPasswordTypeID); err != nil {
tl_registry_gen.go#L516: AccountPasswordTypeID: "account.password#957b50fb",
tl_registry_gen.go#L2298: "account.password": AccountPasswordTypeID,
tl_registry_gen.go#L4080: AccountPasswordTypeID: func() bin.Object { return &AccountPassword{} },
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. |