github.com/gotd/td/tg.WebDocumentNoProxy.Attributes (field)
11 uses
	github.com/gotd/td/tg (current package)
		tl_input_web_document_gen.go#L49: 	Attributes []DocumentAttributeClass
		tl_input_web_document_gen.go#L76: 	if !(i.Attributes == nil) {
		tl_input_web_document_gen.go#L102: 	i.Attributes = from.GetAttributes()
		tl_input_web_document_gen.go#L165: 	b.PutVectorHeader(len(i.Attributes))
		tl_input_web_document_gen.go#L166: 	for idx, v := range i.Attributes {
		tl_input_web_document_gen.go#L221: 			i.Attributes = make([]DocumentAttributeClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_web_document_gen.go#L228: 			i.Attributes = append(i.Attributes, value)
		tl_input_web_document_gen.go#L263: 	return i.Attributes
		tl_input_web_document_gen.go#L268: 	return DocumentAttributeClassArray(i.Attributes)
		tl_web_document_gen.go#L599: 	value.Attributes = w.GetAttributes()
|  | 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. |