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

8 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L965: 	Waveform []byte
		tl_document_attribute_gen.go#L1003: 	if !(d.Waveform == nil) {
		tl_document_attribute_gen.go#L1038: 		d.Waveform = val
		tl_document_attribute_gen.go#L1105: 	if !(d.Waveform == nil) {
		tl_document_attribute_gen.go#L1136: 		b.PutBytes(d.Waveform)
		tl_document_attribute_gen.go#L1189: 		d.Waveform = value
		tl_document_attribute_gen.go#L1260: 	d.Waveform = value
		tl_document_attribute_gen.go#L1272: 	return d.Waveform, true