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) {