type github.com/gotd/td/tg.UpdateReadMessagesContentsArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L419: func (s UpdateClassArray) AsUpdateReadMessagesContents() (to UpdateReadMessagesContentsArray) {
tl_update_slices_gen.go#L3974: type UpdateReadMessagesContentsArray []UpdateReadMessagesContents
tl_update_slices_gen.go#L3977: func (s UpdateReadMessagesContentsArray) Sort(less func(a, b UpdateReadMessagesContents) bool) UpdateReadMessagesContentsArray {
tl_update_slices_gen.go#L3985: func (s UpdateReadMessagesContentsArray) SortStable(less func(a, b UpdateReadMessagesContents) bool) UpdateReadMessagesContentsArray {
tl_update_slices_gen.go#L3993: func (s UpdateReadMessagesContentsArray) Retain(keep func(x UpdateReadMessagesContents) bool) UpdateReadMessagesContentsArray {
tl_update_slices_gen.go#L4007: func (s UpdateReadMessagesContentsArray) First() (v UpdateReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L4015: func (s UpdateReadMessagesContentsArray) Last() (v UpdateReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L4023: func (s *UpdateReadMessagesContentsArray) PopFirst() (v UpdateReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L4042: func (s *UpdateReadMessagesContentsArray) Pop() (v UpdateReadMessagesContents, 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. |