type github.com/gotd/td/tg.DocumentEmptyArray
18 uses
github.com/gotd/td/tg (current package)
tl_document_slices_gen.go#L152: func (s DocumentClassArray) AsDocumentEmpty() (to DocumentEmptyArray) {
tl_document_slices_gen.go#L269: type DocumentEmptyArray []DocumentEmpty
tl_document_slices_gen.go#L272: func (s DocumentEmptyArray) Sort(less func(a, b DocumentEmpty) bool) DocumentEmptyArray {
tl_document_slices_gen.go#L280: func (s DocumentEmptyArray) SortStable(less func(a, b DocumentEmpty) bool) DocumentEmptyArray {
tl_document_slices_gen.go#L288: func (s DocumentEmptyArray) Retain(keep func(x DocumentEmpty) bool) DocumentEmptyArray {
tl_document_slices_gen.go#L302: func (s DocumentEmptyArray) First() (v DocumentEmpty, ok bool) {
tl_document_slices_gen.go#L310: func (s DocumentEmptyArray) Last() (v DocumentEmpty, ok bool) {
tl_document_slices_gen.go#L318: func (s *DocumentEmptyArray) PopFirst() (v DocumentEmpty, ok bool) {
tl_document_slices_gen.go#L337: func (s *DocumentEmptyArray) Pop() (v DocumentEmpty, ok bool) {
tl_document_slices_gen.go#L351: func (s DocumentEmptyArray) SortByID() DocumentEmptyArray {
tl_document_slices_gen.go#L358: func (s DocumentEmptyArray) SortStableByID() DocumentEmptyArray {
tl_document_slices_gen.go#L365: func (s DocumentEmptyArray) FillMap(to map[int64]DocumentEmpty) {
tl_document_slices_gen.go#L372: func (s DocumentEmptyArray) ToMap() map[int64]DocumentEmpty {
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. |