github.com/gotd/td/tg.DocumentAttributeAudio.Title (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L953: 	Title string
		tl_document_attribute_gen.go#L997: 	if !(d.Title == "") {
		tl_document_attribute_gen.go#L1030: 		d.Title = val
		tl_document_attribute_gen.go#L1099: 	if !(d.Title == "") {
		tl_document_attribute_gen.go#L1130: 		b.PutString(d.Title)
		tl_document_attribute_gen.go#L1175: 		d.Title = value
		tl_document_attribute_gen.go#L1224: 	d.Title = value
		tl_document_attribute_gen.go#L1236: 	return d.Title, true