const github.com/gotd/td/tg.AccountUnregisterDeviceRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_unregister_device_gen.go#L54: const AccountUnregisterDeviceRequestTypeID = 0x6a0d3206
tl_account_unregister_device_gen.go#L105: return AccountUnregisterDeviceRequestTypeID
tl_account_unregister_device_gen.go#L117: ID: AccountUnregisterDeviceRequestTypeID,
tl_account_unregister_device_gen.go#L145: b.PutID(AccountUnregisterDeviceRequestTypeID)
tl_account_unregister_device_gen.go#L168: if err := b.ConsumeID(AccountUnregisterDeviceRequestTypeID); err != nil {
tl_registry_gen.go#L1270: AccountUnregisterDeviceRequestTypeID: "account.unregisterDevice#6a0d3206",
tl_registry_gen.go#L3052: "account.unregisterDevice": AccountUnregisterDeviceRequestTypeID,
tl_registry_gen.go#L4834: AccountUnregisterDeviceRequestTypeID: func() bin.Object { return &AccountUnregisterDeviceRequest{} },
tl_server_gen.go#L497: s.handlers[AccountUnregisterDeviceRequestTypeID] = 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. |