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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_peer_slices_gen.go#L146: func (s InputPeerClassArray) AsInputPeerChannel() (to InputPeerChannelArray) {
		tl_input_peer_slices_gen.go#L349: type InputPeerChannelArray []InputPeerChannel
		tl_input_peer_slices_gen.go#L352: func (s InputPeerChannelArray) Sort(less func(a, b InputPeerChannel) bool) InputPeerChannelArray {
		tl_input_peer_slices_gen.go#L360: func (s InputPeerChannelArray) SortStable(less func(a, b InputPeerChannel) bool) InputPeerChannelArray {
		tl_input_peer_slices_gen.go#L368: func (s InputPeerChannelArray) Retain(keep func(x InputPeerChannel) bool) InputPeerChannelArray {
		tl_input_peer_slices_gen.go#L382: func (s InputPeerChannelArray) First() (v InputPeerChannel, ok bool) {
		tl_input_peer_slices_gen.go#L390: func (s InputPeerChannelArray) Last() (v InputPeerChannel, ok bool) {
		tl_input_peer_slices_gen.go#L398: func (s *InputPeerChannelArray) PopFirst() (v InputPeerChannel, ok bool) {
		tl_input_peer_slices_gen.go#L417: func (s *InputPeerChannelArray) Pop() (v InputPeerChannel, ok bool) {