type github.com/gotd/td/tg.UpdateReadChannelInboxArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L471: func (s UpdateClassArray) AsUpdateReadChannelInbox() (to UpdateReadChannelInboxArray) {
tl_update_slices_gen.go#L3795: type UpdateReadChannelInboxArray []UpdateReadChannelInbox
tl_update_slices_gen.go#L3798: func (s UpdateReadChannelInboxArray) Sort(less func(a, b UpdateReadChannelInbox) bool) UpdateReadChannelInboxArray {
tl_update_slices_gen.go#L3806: func (s UpdateReadChannelInboxArray) SortStable(less func(a, b UpdateReadChannelInbox) bool) UpdateReadChannelInboxArray {
tl_update_slices_gen.go#L3814: func (s UpdateReadChannelInboxArray) Retain(keep func(x UpdateReadChannelInbox) bool) UpdateReadChannelInboxArray {
tl_update_slices_gen.go#L3828: func (s UpdateReadChannelInboxArray) First() (v UpdateReadChannelInbox, ok bool) {
tl_update_slices_gen.go#L3836: func (s UpdateReadChannelInboxArray) Last() (v UpdateReadChannelInbox, ok bool) {
tl_update_slices_gen.go#L3844: func (s *UpdateReadChannelInboxArray) PopFirst() (v UpdateReadChannelInbox, ok bool) {
tl_update_slices_gen.go#L3863: func (s *UpdateReadChannelInboxArray) Pop() (v UpdateReadChannelInbox, 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. |