type github.com/gotd/td/tg.UpdateReadChannelOutboxArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L640: func (s UpdateClassArray) AsUpdateReadChannelOutbox() (to UpdateReadChannelOutboxArray) {
tl_update_slices_gen.go#L4889: type UpdateReadChannelOutboxArray []UpdateReadChannelOutbox
tl_update_slices_gen.go#L4892: func (s UpdateReadChannelOutboxArray) Sort(less func(a, b UpdateReadChannelOutbox) bool) UpdateReadChannelOutboxArray {
tl_update_slices_gen.go#L4900: func (s UpdateReadChannelOutboxArray) SortStable(less func(a, b UpdateReadChannelOutbox) bool) UpdateReadChannelOutboxArray {
tl_update_slices_gen.go#L4908: func (s UpdateReadChannelOutboxArray) Retain(keep func(x UpdateReadChannelOutbox) bool) UpdateReadChannelOutboxArray {
tl_update_slices_gen.go#L4922: func (s UpdateReadChannelOutboxArray) First() (v UpdateReadChannelOutbox, ok bool) {
tl_update_slices_gen.go#L4930: func (s UpdateReadChannelOutboxArray) Last() (v UpdateReadChannelOutbox, ok bool) {
tl_update_slices_gen.go#L4938: func (s *UpdateReadChannelOutboxArray) PopFirst() (v UpdateReadChannelOutbox, ok bool) {
tl_update_slices_gen.go#L4957: func (s *UpdateReadChannelOutboxArray) Pop() (v UpdateReadChannelOutbox, ok bool) {
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. |