type github.com/gotd/td/tg.DocumentAttributeAudioArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_slices_gen.go#L159: func (s DocumentAttributeClassArray) AsDocumentAttributeAudio() (to DocumentAttributeAudioArray) {
		tl_document_attribute_slices_gen.go#L444: type DocumentAttributeAudioArray []DocumentAttributeAudio
		tl_document_attribute_slices_gen.go#L447: func (s DocumentAttributeAudioArray) Sort(less func(a, b DocumentAttributeAudio) bool) DocumentAttributeAudioArray {
		tl_document_attribute_slices_gen.go#L455: func (s DocumentAttributeAudioArray) SortStable(less func(a, b DocumentAttributeAudio) bool) DocumentAttributeAudioArray {
		tl_document_attribute_slices_gen.go#L463: func (s DocumentAttributeAudioArray) Retain(keep func(x DocumentAttributeAudio) bool) DocumentAttributeAudioArray {
		tl_document_attribute_slices_gen.go#L477: func (s DocumentAttributeAudioArray) First() (v DocumentAttributeAudio, ok bool) {
		tl_document_attribute_slices_gen.go#L485: func (s DocumentAttributeAudioArray) Last() (v DocumentAttributeAudio, ok bool) {
		tl_document_attribute_slices_gen.go#L493: func (s *DocumentAttributeAudioArray) PopFirst() (v DocumentAttributeAudio, ok bool) {
		tl_document_attribute_slices_gen.go#L512: func (s *DocumentAttributeAudioArray) Pop() (v DocumentAttributeAudio, ok bool) {