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

12 uses

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