type github.com/gotd/td/tg.UpdateChannelMessageViewsArray
18 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L497: func (s UpdateClassArray) AsUpdateChannelMessageViews() (to UpdateChannelMessageViewsArray) {
tl_update_slices_gen.go#L3959: type UpdateChannelMessageViewsArray []UpdateChannelMessageViews
tl_update_slices_gen.go#L3962: func (s UpdateChannelMessageViewsArray) Sort(less func(a, b UpdateChannelMessageViews) bool) UpdateChannelMessageViewsArray {
tl_update_slices_gen.go#L3970: func (s UpdateChannelMessageViewsArray) SortStable(less func(a, b UpdateChannelMessageViews) bool) UpdateChannelMessageViewsArray {
tl_update_slices_gen.go#L3978: func (s UpdateChannelMessageViewsArray) Retain(keep func(x UpdateChannelMessageViews) bool) UpdateChannelMessageViewsArray {
tl_update_slices_gen.go#L3992: func (s UpdateChannelMessageViewsArray) First() (v UpdateChannelMessageViews, ok bool) {
tl_update_slices_gen.go#L4000: func (s UpdateChannelMessageViewsArray) Last() (v UpdateChannelMessageViews, ok bool) {
tl_update_slices_gen.go#L4008: func (s *UpdateChannelMessageViewsArray) PopFirst() (v UpdateChannelMessageViews, ok bool) {
tl_update_slices_gen.go#L4027: func (s *UpdateChannelMessageViewsArray) Pop() (v UpdateChannelMessageViews, ok bool) {
tl_update_slices_gen.go#L4041: func (s UpdateChannelMessageViewsArray) SortByID() UpdateChannelMessageViewsArray {
tl_update_slices_gen.go#L4048: func (s UpdateChannelMessageViewsArray) SortStableByID() UpdateChannelMessageViewsArray {
tl_update_slices_gen.go#L4055: func (s UpdateChannelMessageViewsArray) FillMap(to map[int]UpdateChannelMessageViews) {
tl_update_slices_gen.go#L4062: func (s UpdateChannelMessageViewsArray) ToMap() map[int]UpdateChannelMessageViews {
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. |