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

8 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L1061: 	Waveform []byte
		tl_document_attribute_gen.go#L1099: 	if !(d.Waveform == nil) {
		tl_document_attribute_gen.go#L1134: 		d.Waveform = val
		tl_document_attribute_gen.go#L1201: 	if !(d.Waveform == nil) {
		tl_document_attribute_gen.go#L1232: 		b.PutBytes(d.Waveform)
		tl_document_attribute_gen.go#L1285: 		d.Waveform = value
		tl_document_attribute_gen.go#L1356: 	d.Waveform = value
		tl_document_attribute_gen.go#L1368: 	return d.Waveform, true