type github.com/gotd/td/tg.WebDocumentClassArray
13 uses
github.com/gotd/td/tg (current package)
tl_web_document_slices_gen.go#L38: type WebDocumentClassArray []WebDocumentClass
tl_web_document_slices_gen.go#L41: func (s WebDocumentClassArray) Sort(less func(a, b WebDocumentClass) bool) WebDocumentClassArray {
tl_web_document_slices_gen.go#L49: func (s WebDocumentClassArray) SortStable(less func(a, b WebDocumentClass) bool) WebDocumentClassArray {
tl_web_document_slices_gen.go#L57: func (s WebDocumentClassArray) Retain(keep func(x WebDocumentClass) bool) WebDocumentClassArray {
tl_web_document_slices_gen.go#L71: func (s WebDocumentClassArray) First() (v WebDocumentClass, ok bool) {
tl_web_document_slices_gen.go#L79: func (s WebDocumentClassArray) Last() (v WebDocumentClass, ok bool) {
tl_web_document_slices_gen.go#L87: func (s *WebDocumentClassArray) PopFirst() (v WebDocumentClass, ok bool) {
tl_web_document_slices_gen.go#L106: func (s *WebDocumentClassArray) Pop() (v WebDocumentClass, ok bool) {
tl_web_document_slices_gen.go#L120: func (s WebDocumentClassArray) AsWebDocument() (to WebDocumentArray) {
tl_web_document_slices_gen.go#L133: func (s WebDocumentClassArray) AsWebDocumentNoProxy() (to WebDocumentNoProxyArray) {
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. |