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#L3467: type UpdateReadMessagesContentsArray []UpdateReadMessagesContents
tl_update_slices_gen.go#L3470: func (s UpdateReadMessagesContentsArray) Sort(less func(a, b UpdateReadMessagesContents) bool) UpdateReadMessagesContentsArray {
tl_update_slices_gen.go#L3478: func (s UpdateReadMessagesContentsArray) SortStable(less func(a, b UpdateReadMessagesContents) bool) UpdateReadMessagesContentsArray {
tl_update_slices_gen.go#L3486: func (s UpdateReadMessagesContentsArray) Retain(keep func(x UpdateReadMessagesContents) bool) UpdateReadMessagesContentsArray {
tl_update_slices_gen.go#L3500: func (s UpdateReadMessagesContentsArray) First() (v UpdateReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L3508: func (s UpdateReadMessagesContentsArray) Last() (v UpdateReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L3516: func (s *UpdateReadMessagesContentsArray) PopFirst() (v UpdateReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L3535: func (s *UpdateReadMessagesContentsArray) Pop() (v UpdateReadMessagesContents, 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. |