type github.com/gotd/td/tg.WebDocumentArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_web_document_slices_gen.go#L120: func (s WebDocumentClassArray) AsWebDocument() (to WebDocumentArray) {
		tl_web_document_slices_gen.go#L146: type WebDocumentArray []WebDocument
		tl_web_document_slices_gen.go#L149: func (s WebDocumentArray) Sort(less func(a, b WebDocument) bool) WebDocumentArray {
		tl_web_document_slices_gen.go#L157: func (s WebDocumentArray) SortStable(less func(a, b WebDocument) bool) WebDocumentArray {
		tl_web_document_slices_gen.go#L165: func (s WebDocumentArray) Retain(keep func(x WebDocument) bool) WebDocumentArray {
		tl_web_document_slices_gen.go#L179: func (s WebDocumentArray) First() (v WebDocument, ok bool) {
		tl_web_document_slices_gen.go#L187: func (s WebDocumentArray) Last() (v WebDocument, ok bool) {
		tl_web_document_slices_gen.go#L195: func (s *WebDocumentArray) PopFirst() (v WebDocument, ok bool) {
		tl_web_document_slices_gen.go#L214: func (s *WebDocumentArray) Pop() (v WebDocument, ok bool) {