type github.com/gotd/td/tg.UpdateReadHistoryOutboxArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L393: func (s UpdateClassArray) AsUpdateReadHistoryOutbox() (to UpdateReadHistoryOutboxArray) {
tl_update_slices_gen.go#L3303: type UpdateReadHistoryOutboxArray []UpdateReadHistoryOutbox
tl_update_slices_gen.go#L3306: func (s UpdateReadHistoryOutboxArray) Sort(less func(a, b UpdateReadHistoryOutbox) bool) UpdateReadHistoryOutboxArray {
tl_update_slices_gen.go#L3314: func (s UpdateReadHistoryOutboxArray) SortStable(less func(a, b UpdateReadHistoryOutbox) bool) UpdateReadHistoryOutboxArray {
tl_update_slices_gen.go#L3322: func (s UpdateReadHistoryOutboxArray) Retain(keep func(x UpdateReadHistoryOutbox) bool) UpdateReadHistoryOutboxArray {
tl_update_slices_gen.go#L3336: func (s UpdateReadHistoryOutboxArray) First() (v UpdateReadHistoryOutbox, ok bool) {
tl_update_slices_gen.go#L3344: func (s UpdateReadHistoryOutboxArray) Last() (v UpdateReadHistoryOutbox, ok bool) {
tl_update_slices_gen.go#L3352: func (s *UpdateReadHistoryOutboxArray) PopFirst() (v UpdateReadHistoryOutbox, ok bool) {
tl_update_slices_gen.go#L3371: func (s *UpdateReadHistoryOutboxArray) Pop() (v UpdateReadHistoryOutbox, 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. |