type github.com/gotd/td/tg.UpdateEditChannelMessageArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L588: func (s UpdateClassArray) AsUpdateEditChannelMessage() (to UpdateEditChannelMessageArray) {
tl_update_slices_gen.go#L4561: type UpdateEditChannelMessageArray []UpdateEditChannelMessage
tl_update_slices_gen.go#L4564: func (s UpdateEditChannelMessageArray) Sort(less func(a, b UpdateEditChannelMessage) bool) UpdateEditChannelMessageArray {
tl_update_slices_gen.go#L4572: func (s UpdateEditChannelMessageArray) SortStable(less func(a, b UpdateEditChannelMessage) bool) UpdateEditChannelMessageArray {
tl_update_slices_gen.go#L4580: func (s UpdateEditChannelMessageArray) Retain(keep func(x UpdateEditChannelMessage) bool) UpdateEditChannelMessageArray {
tl_update_slices_gen.go#L4594: func (s UpdateEditChannelMessageArray) First() (v UpdateEditChannelMessage, ok bool) {
tl_update_slices_gen.go#L4602: func (s UpdateEditChannelMessageArray) Last() (v UpdateEditChannelMessage, ok bool) {
tl_update_slices_gen.go#L4610: func (s *UpdateEditChannelMessageArray) PopFirst() (v UpdateEditChannelMessage, ok bool) {
tl_update_slices_gen.go#L4629: func (s *UpdateEditChannelMessageArray) Pop() (v UpdateEditChannelMessage, 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. |