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#L3728: type UpdateReadHistoryInboxArray []UpdateReadHistoryInbox
tl_update_slices_gen.go#L3731: func (s UpdateReadHistoryInboxArray) Sort(less func(a, b UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
tl_update_slices_gen.go#L3739: func (s UpdateReadHistoryInboxArray) SortStable(less func(a, b UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
tl_update_slices_gen.go#L3747: func (s UpdateReadHistoryInboxArray) Retain(keep func(x UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
tl_update_slices_gen.go#L3761: func (s UpdateReadHistoryInboxArray) First() (v UpdateReadHistoryInbox, ok bool) {
tl_update_slices_gen.go#L3769: func (s UpdateReadHistoryInboxArray) Last() (v UpdateReadHistoryInbox, ok bool) {
tl_update_slices_gen.go#L3777: func (s *UpdateReadHistoryInboxArray) PopFirst() (v UpdateReadHistoryInbox, ok bool) {
tl_update_slices_gen.go#L3796: func (s *UpdateReadHistoryInboxArray) Pop() (v UpdateReadHistoryInbox, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |