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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_location_slices_gen.go#L120: func (s ChannelLocationClassArray) AsChannelLocation() (to ChannelLocationArray) {
		tl_channel_location_slices_gen.go#L188: type ChannelLocationArray []ChannelLocation
		tl_channel_location_slices_gen.go#L191: func (s ChannelLocationArray) Sort(less func(a, b ChannelLocation) bool) ChannelLocationArray {
		tl_channel_location_slices_gen.go#L199: func (s ChannelLocationArray) SortStable(less func(a, b ChannelLocation) bool) ChannelLocationArray {
		tl_channel_location_slices_gen.go#L207: func (s ChannelLocationArray) Retain(keep func(x ChannelLocation) bool) ChannelLocationArray {
		tl_channel_location_slices_gen.go#L221: func (s ChannelLocationArray) First() (v ChannelLocation, ok bool) {
		tl_channel_location_slices_gen.go#L229: func (s ChannelLocationArray) Last() (v ChannelLocation, ok bool) {
		tl_channel_location_slices_gen.go#L237: func (s *ChannelLocationArray) PopFirst() (v ChannelLocation, ok bool) {
		tl_channel_location_slices_gen.go#L256: func (s *ChannelLocationArray) Pop() (v ChannelLocation, ok bool) {