const github.com/gotd/td/tg.AccountFinishTakeoutSessionRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_finish_takeout_session_gen.go#L52: const AccountFinishTakeoutSessionRequestTypeID = 0x1d2652ee
tl_account_finish_takeout_session_gen.go#L96: return AccountFinishTakeoutSessionRequestTypeID
tl_account_finish_takeout_session_gen.go#L108: ID: AccountFinishTakeoutSessionRequestTypeID,
tl_account_finish_takeout_session_gen.go#L136: b.PutID(AccountFinishTakeoutSessionRequestTypeID)
tl_account_finish_takeout_session_gen.go#L157: if err := b.ConsumeID(AccountFinishTakeoutSessionRequestTypeID); err != nil {
tl_registry_gen.go#L1310: AccountFinishTakeoutSessionRequestTypeID: "account.finishTakeoutSession#1d2652ee",
tl_registry_gen.go#L3092: "account.finishTakeoutSession": AccountFinishTakeoutSessionRequestTypeID,
tl_registry_gen.go#L4874: AccountFinishTakeoutSessionRequestTypeID: func() bin.Object { return &AccountFinishTakeoutSessionRequest{} },
tl_server_gen.go#L1245: s.handlers[AccountFinishTakeoutSessionRequestTypeID] = 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. |