github.com/gotd/td/tg.CodeSettings.LogoutTokens (field)
11 uses
github.com/gotd/td/tg (current package)
tl_code_settings_gen.go#L77: LogoutTokens [][]byte
tl_code_settings_gen.go#L122: if !(c.LogoutTokens == nil) {
tl_code_settings_gen.go#L161: c.LogoutTokens = val
tl_code_settings_gen.go#L258: if !(c.LogoutTokens == nil) {
tl_code_settings_gen.go#L288: b.PutVectorHeader(len(c.LogoutTokens))
tl_code_settings_gen.go#L289: for _, v := range c.LogoutTokens {
tl_code_settings_gen.go#L335: c.LogoutTokens = make([][]byte, 0, headerLen%bin.PreallocateLimit)
tl_code_settings_gen.go#L342: c.LogoutTokens = append(c.LogoutTokens, value)
tl_code_settings_gen.go#L460: c.LogoutTokens = value
tl_code_settings_gen.go#L472: return c.LogoutTokens, true
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. |