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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |