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

12 uses

	github.com/gotd/td/tg (current package)
		tl_web_document_slices_gen.go#L133: func (s WebDocumentClassArray) AsWebDocumentNoProxy() (to WebDocumentNoProxyArray) {
		tl_web_document_slices_gen.go#L228: type WebDocumentNoProxyArray []WebDocumentNoProxy
		tl_web_document_slices_gen.go#L231: func (s WebDocumentNoProxyArray) Sort(less func(a, b WebDocumentNoProxy) bool) WebDocumentNoProxyArray {
		tl_web_document_slices_gen.go#L239: func (s WebDocumentNoProxyArray) SortStable(less func(a, b WebDocumentNoProxy) bool) WebDocumentNoProxyArray {
		tl_web_document_slices_gen.go#L247: func (s WebDocumentNoProxyArray) Retain(keep func(x WebDocumentNoProxy) bool) WebDocumentNoProxyArray {
		tl_web_document_slices_gen.go#L261: func (s WebDocumentNoProxyArray) First() (v WebDocumentNoProxy, ok bool) {
		tl_web_document_slices_gen.go#L269: func (s WebDocumentNoProxyArray) Last() (v WebDocumentNoProxy, ok bool) {
		tl_web_document_slices_gen.go#L277: func (s *WebDocumentNoProxyArray) PopFirst() (v WebDocumentNoProxy, ok bool) {
		tl_web_document_slices_gen.go#L296: func (s *WebDocumentNoProxyArray) Pop() (v WebDocumentNoProxy, ok bool) {