github.com/gotd/td/tg.URLAuthResultRequest.MatchCodes (field)
11 uses
github.com/gotd/td/tg (current package)
tl_url_auth_result_gen.go#L99: MatchCodes []string
tl_url_auth_result_gen.go#L169: if !(u.MatchCodes == nil) {
tl_url_auth_result_gen.go#L230: u.MatchCodes = val
tl_url_auth_result_gen.go#L359: if !(u.MatchCodes == nil) {
tl_url_auth_result_gen.go#L408: b.PutVectorHeader(len(u.MatchCodes))
tl_url_auth_result_gen.go#L409: for _, v := range u.MatchCodes {
tl_url_auth_result_gen.go#L496: u.MatchCodes = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_url_auth_result_gen.go#L503: u.MatchCodes = append(u.MatchCodes, value)
tl_url_auth_result_gen.go#L690: u.MatchCodes = value
tl_url_auth_result_gen.go#L702: return u.MatchCodes, true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |