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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_dialog_peer_slices_gen.go#L146: func (s InputDialogPeerClassArray) AsInputDialogPeerCommunity() (to InputDialogPeerCommunityArray) {
		tl_input_dialog_peer_slices_gen.go#L323: type InputDialogPeerCommunityArray []InputDialogPeerCommunity
		tl_input_dialog_peer_slices_gen.go#L326: func (s InputDialogPeerCommunityArray) Sort(less func(a, b InputDialogPeerCommunity) bool) InputDialogPeerCommunityArray {
		tl_input_dialog_peer_slices_gen.go#L334: func (s InputDialogPeerCommunityArray) SortStable(less func(a, b InputDialogPeerCommunity) bool) InputDialogPeerCommunityArray {
		tl_input_dialog_peer_slices_gen.go#L342: func (s InputDialogPeerCommunityArray) Retain(keep func(x InputDialogPeerCommunity) bool) InputDialogPeerCommunityArray {
		tl_input_dialog_peer_slices_gen.go#L356: func (s InputDialogPeerCommunityArray) First() (v InputDialogPeerCommunity, ok bool) {
		tl_input_dialog_peer_slices_gen.go#L364: func (s InputDialogPeerCommunityArray) Last() (v InputDialogPeerCommunity, ok bool) {
		tl_input_dialog_peer_slices_gen.go#L372: func (s *InputDialogPeerCommunityArray) PopFirst() (v InputDialogPeerCommunity, ok bool) {
		tl_input_dialog_peer_slices_gen.go#L391: func (s *InputDialogPeerCommunityArray) Pop() (v InputDialogPeerCommunity, ok bool) {