type github.com/gotd/td/tg.InputWebFileAudioAlbumThumbLocationArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_web_file_location_slices_gen.go#L146: func (s InputWebFileLocationClassArray) AsInputWebFileAudioAlbumThumbLocation() (to InputWebFileAudioAlbumThumbLocationArray) {
tl_input_web_file_location_slices_gen.go#L323: type InputWebFileAudioAlbumThumbLocationArray []InputWebFileAudioAlbumThumbLocation
tl_input_web_file_location_slices_gen.go#L326: func (s InputWebFileAudioAlbumThumbLocationArray) Sort(less func(a, b InputWebFileAudioAlbumThumbLocation) bool) InputWebFileAudioAlbumThumbLocationArray {
tl_input_web_file_location_slices_gen.go#L334: func (s InputWebFileAudioAlbumThumbLocationArray) SortStable(less func(a, b InputWebFileAudioAlbumThumbLocation) bool) InputWebFileAudioAlbumThumbLocationArray {
tl_input_web_file_location_slices_gen.go#L342: func (s InputWebFileAudioAlbumThumbLocationArray) Retain(keep func(x InputWebFileAudioAlbumThumbLocation) bool) InputWebFileAudioAlbumThumbLocationArray {
tl_input_web_file_location_slices_gen.go#L356: func (s InputWebFileAudioAlbumThumbLocationArray) First() (v InputWebFileAudioAlbumThumbLocation, ok bool) {
tl_input_web_file_location_slices_gen.go#L364: func (s InputWebFileAudioAlbumThumbLocationArray) Last() (v InputWebFileAudioAlbumThumbLocation, ok bool) {
tl_input_web_file_location_slices_gen.go#L372: func (s *InputWebFileAudioAlbumThumbLocationArray) PopFirst() (v InputWebFileAudioAlbumThumbLocation, ok bool) {
tl_input_web_file_location_slices_gen.go#L391: func (s *InputWebFileAudioAlbumThumbLocationArray) Pop() (v InputWebFileAudioAlbumThumbLocation, 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. |