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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_user_slices_gen.go#L120: func (s InputUserClassArray) AsInputUser() (to InputUserArray) {
		tl_input_user_slices_gen.go#L146: type InputUserArray []InputUser
		tl_input_user_slices_gen.go#L149: func (s InputUserArray) Sort(less func(a, b InputUser) bool) InputUserArray {
		tl_input_user_slices_gen.go#L157: func (s InputUserArray) SortStable(less func(a, b InputUser) bool) InputUserArray {
		tl_input_user_slices_gen.go#L165: func (s InputUserArray) Retain(keep func(x InputUser) bool) InputUserArray {
		tl_input_user_slices_gen.go#L179: func (s InputUserArray) First() (v InputUser, ok bool) {
		tl_input_user_slices_gen.go#L187: func (s InputUserArray) Last() (v InputUser, ok bool) {
		tl_input_user_slices_gen.go#L195: func (s *InputUserArray) PopFirst() (v InputUser, ok bool) {
		tl_input_user_slices_gen.go#L214: func (s *InputUserArray) Pop() (v InputUser, ok bool) {