type github.com/gotd/td/tg.UpdateChannelMessageForwardsArray

18 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1004: func (s UpdateClassArray) AsUpdateChannelMessageForwards() (to UpdateChannelMessageForwardsArray) {
		tl_update_slices_gen.go#L7213: type UpdateChannelMessageForwardsArray []UpdateChannelMessageForwards
		tl_update_slices_gen.go#L7216: func (s UpdateChannelMessageForwardsArray) Sort(less func(a, b UpdateChannelMessageForwards) bool) UpdateChannelMessageForwardsArray {
		tl_update_slices_gen.go#L7224: func (s UpdateChannelMessageForwardsArray) SortStable(less func(a, b UpdateChannelMessageForwards) bool) UpdateChannelMessageForwardsArray {
		tl_update_slices_gen.go#L7232: func (s UpdateChannelMessageForwardsArray) Retain(keep func(x UpdateChannelMessageForwards) bool) UpdateChannelMessageForwardsArray {
		tl_update_slices_gen.go#L7246: func (s UpdateChannelMessageForwardsArray) First() (v UpdateChannelMessageForwards, ok bool) {
		tl_update_slices_gen.go#L7254: func (s UpdateChannelMessageForwardsArray) Last() (v UpdateChannelMessageForwards, ok bool) {
		tl_update_slices_gen.go#L7262: func (s *UpdateChannelMessageForwardsArray) PopFirst() (v UpdateChannelMessageForwards, ok bool) {
		tl_update_slices_gen.go#L7281: func (s *UpdateChannelMessageForwardsArray) Pop() (v UpdateChannelMessageForwards, ok bool) {
		tl_update_slices_gen.go#L7295: func (s UpdateChannelMessageForwardsArray) SortByID() UpdateChannelMessageForwardsArray {
		tl_update_slices_gen.go#L7302: func (s UpdateChannelMessageForwardsArray) SortStableByID() UpdateChannelMessageForwardsArray {
		tl_update_slices_gen.go#L7309: func (s UpdateChannelMessageForwardsArray) FillMap(to map[int]UpdateChannelMessageForwards) {
		tl_update_slices_gen.go#L7316: func (s UpdateChannelMessageForwardsArray) ToMap() map[int]UpdateChannelMessageForwards {