type github.com/gotd/td/tg.DocumentAttributeFilenameArray
12 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_slices_gen.go#L172: func (s DocumentAttributeClassArray) AsDocumentAttributeFilename() (to DocumentAttributeFilenameArray) {
tl_document_attribute_slices_gen.go#L526: type DocumentAttributeFilenameArray []DocumentAttributeFilename
tl_document_attribute_slices_gen.go#L529: func (s DocumentAttributeFilenameArray) Sort(less func(a, b DocumentAttributeFilename) bool) DocumentAttributeFilenameArray {
tl_document_attribute_slices_gen.go#L537: func (s DocumentAttributeFilenameArray) SortStable(less func(a, b DocumentAttributeFilename) bool) DocumentAttributeFilenameArray {
tl_document_attribute_slices_gen.go#L545: func (s DocumentAttributeFilenameArray) Retain(keep func(x DocumentAttributeFilename) bool) DocumentAttributeFilenameArray {
tl_document_attribute_slices_gen.go#L559: func (s DocumentAttributeFilenameArray) First() (v DocumentAttributeFilename, ok bool) {
tl_document_attribute_slices_gen.go#L567: func (s DocumentAttributeFilenameArray) Last() (v DocumentAttributeFilename, ok bool) {
tl_document_attribute_slices_gen.go#L575: func (s *DocumentAttributeFilenameArray) PopFirst() (v DocumentAttributeFilename, ok bool) {
tl_document_attribute_slices_gen.go#L594: func (s *DocumentAttributeFilenameArray) Pop() (v DocumentAttributeFilename, 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. |