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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_collectible_slices_gen.go#L133: func (s InputCollectibleClassArray) AsInputCollectiblePhone() (to InputCollectiblePhoneArray) {
		tl_input_collectible_slices_gen.go#L228: type InputCollectiblePhoneArray []InputCollectiblePhone
		tl_input_collectible_slices_gen.go#L231: func (s InputCollectiblePhoneArray) Sort(less func(a, b InputCollectiblePhone) bool) InputCollectiblePhoneArray {
		tl_input_collectible_slices_gen.go#L239: func (s InputCollectiblePhoneArray) SortStable(less func(a, b InputCollectiblePhone) bool) InputCollectiblePhoneArray {
		tl_input_collectible_slices_gen.go#L247: func (s InputCollectiblePhoneArray) Retain(keep func(x InputCollectiblePhone) bool) InputCollectiblePhoneArray {
		tl_input_collectible_slices_gen.go#L261: func (s InputCollectiblePhoneArray) First() (v InputCollectiblePhone, ok bool) {
		tl_input_collectible_slices_gen.go#L269: func (s InputCollectiblePhoneArray) Last() (v InputCollectiblePhone, ok bool) {
		tl_input_collectible_slices_gen.go#L277: func (s *InputCollectiblePhoneArray) PopFirst() (v InputCollectiblePhone, ok bool) {
		tl_input_collectible_slices_gen.go#L296: func (s *InputCollectiblePhoneArray) Pop() (v InputCollectiblePhone, ok bool) {