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 {