type github.com/gotd/td/tg.UploadCDNFileArray
12 uses
github.com/gotd/td/tg (current package)
tl_upload_cdn_file_slices_gen.go#L133: func (s UploadCDNFileClassArray) AsUploadCDNFile() (to UploadCDNFileArray) {
tl_upload_cdn_file_slices_gen.go#L228: type UploadCDNFileArray []UploadCDNFile
tl_upload_cdn_file_slices_gen.go#L231: func (s UploadCDNFileArray) Sort(less func(a, b UploadCDNFile) bool) UploadCDNFileArray {
tl_upload_cdn_file_slices_gen.go#L239: func (s UploadCDNFileArray) SortStable(less func(a, b UploadCDNFile) bool) UploadCDNFileArray {
tl_upload_cdn_file_slices_gen.go#L247: func (s UploadCDNFileArray) Retain(keep func(x UploadCDNFile) bool) UploadCDNFileArray {
tl_upload_cdn_file_slices_gen.go#L261: func (s UploadCDNFileArray) First() (v UploadCDNFile, ok bool) {
tl_upload_cdn_file_slices_gen.go#L269: func (s UploadCDNFileArray) Last() (v UploadCDNFile, ok bool) {
tl_upload_cdn_file_slices_gen.go#L277: func (s *UploadCDNFileArray) PopFirst() (v UploadCDNFile, ok bool) {
tl_upload_cdn_file_slices_gen.go#L296: func (s *UploadCDNFileArray) Pop() (v UploadCDNFile, 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. |