type github.com/gotd/td/tg.UpdateReadHistoryInboxArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L380: func (s UpdateClassArray) AsUpdateReadHistoryInbox() (to UpdateReadHistoryInboxArray) {
tl_update_slices_gen.go#L3221: type UpdateReadHistoryInboxArray []UpdateReadHistoryInbox
tl_update_slices_gen.go#L3224: func (s UpdateReadHistoryInboxArray) Sort(less func(a, b UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
tl_update_slices_gen.go#L3232: func (s UpdateReadHistoryInboxArray) SortStable(less func(a, b UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
tl_update_slices_gen.go#L3240: func (s UpdateReadHistoryInboxArray) Retain(keep func(x UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
tl_update_slices_gen.go#L3254: func (s UpdateReadHistoryInboxArray) First() (v UpdateReadHistoryInbox, ok bool) {
tl_update_slices_gen.go#L3262: func (s UpdateReadHistoryInboxArray) Last() (v UpdateReadHistoryInbox, ok bool) {
tl_update_slices_gen.go#L3270: func (s *UpdateReadHistoryInboxArray) PopFirst() (v UpdateReadHistoryInbox, ok bool) {
tl_update_slices_gen.go#L3289: func (s *UpdateReadHistoryInboxArray) Pop() (v UpdateReadHistoryInbox, 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. |