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