type github.com/gotd/td/tg.UpdateNewChannelMessageArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L458: func (s UpdateClassArray) AsUpdateNewChannelMessage() (to UpdateNewChannelMessageArray) {
tl_update_slices_gen.go#L3713: type UpdateNewChannelMessageArray []UpdateNewChannelMessage
tl_update_slices_gen.go#L3716: func (s UpdateNewChannelMessageArray) Sort(less func(a, b UpdateNewChannelMessage) bool) UpdateNewChannelMessageArray {
tl_update_slices_gen.go#L3724: func (s UpdateNewChannelMessageArray) SortStable(less func(a, b UpdateNewChannelMessage) bool) UpdateNewChannelMessageArray {
tl_update_slices_gen.go#L3732: func (s UpdateNewChannelMessageArray) Retain(keep func(x UpdateNewChannelMessage) bool) UpdateNewChannelMessageArray {
tl_update_slices_gen.go#L3746: func (s UpdateNewChannelMessageArray) First() (v UpdateNewChannelMessage, ok bool) {
tl_update_slices_gen.go#L3754: func (s UpdateNewChannelMessageArray) Last() (v UpdateNewChannelMessage, ok bool) {
tl_update_slices_gen.go#L3762: func (s *UpdateNewChannelMessageArray) PopFirst() (v UpdateNewChannelMessage, ok bool) {
tl_update_slices_gen.go#L3781: func (s *UpdateNewChannelMessageArray) Pop() (v UpdateNewChannelMessage, 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. |