type github.com/gotd/td/tg.UpdateChannelWebPageArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L666: func (s UpdateClassArray) AsUpdateChannelWebPage() (to UpdateChannelWebPageArray) {
tl_update_slices_gen.go#L5053: type UpdateChannelWebPageArray []UpdateChannelWebPage
tl_update_slices_gen.go#L5056: func (s UpdateChannelWebPageArray) Sort(less func(a, b UpdateChannelWebPage) bool) UpdateChannelWebPageArray {
tl_update_slices_gen.go#L5064: func (s UpdateChannelWebPageArray) SortStable(less func(a, b UpdateChannelWebPage) bool) UpdateChannelWebPageArray {
tl_update_slices_gen.go#L5072: func (s UpdateChannelWebPageArray) Retain(keep func(x UpdateChannelWebPage) bool) UpdateChannelWebPageArray {
tl_update_slices_gen.go#L5086: func (s UpdateChannelWebPageArray) First() (v UpdateChannelWebPage, ok bool) {
tl_update_slices_gen.go#L5094: func (s UpdateChannelWebPageArray) Last() (v UpdateChannelWebPage, ok bool) {
tl_update_slices_gen.go#L5102: func (s *UpdateChannelWebPageArray) PopFirst() (v UpdateChannelWebPage, ok bool) {
tl_update_slices_gen.go#L5121: func (s *UpdateChannelWebPageArray) Pop() (v UpdateChannelWebPage, 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. |