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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_peer_slices_gen.go#L120: func (s InputPeerClassArray) AsInputPeerChat() (to InputPeerChatArray) {
		tl_input_peer_slices_gen.go#L185: type InputPeerChatArray []InputPeerChat
		tl_input_peer_slices_gen.go#L188: func (s InputPeerChatArray) Sort(less func(a, b InputPeerChat) bool) InputPeerChatArray {
		tl_input_peer_slices_gen.go#L196: func (s InputPeerChatArray) SortStable(less func(a, b InputPeerChat) bool) InputPeerChatArray {
		tl_input_peer_slices_gen.go#L204: func (s InputPeerChatArray) Retain(keep func(x InputPeerChat) bool) InputPeerChatArray {
		tl_input_peer_slices_gen.go#L218: func (s InputPeerChatArray) First() (v InputPeerChat, ok bool) {
		tl_input_peer_slices_gen.go#L226: func (s InputPeerChatArray) Last() (v InputPeerChat, ok bool) {
		tl_input_peer_slices_gen.go#L234: func (s *InputPeerChatArray) PopFirst() (v InputPeerChat, ok bool) {
		tl_input_peer_slices_gen.go#L253: func (s *InputPeerChatArray) Pop() (v InputPeerChat, ok bool) {