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()