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

31 uses

	github.com/gotd/td/tg (current package)
		tl_peer_color_gen.go#L685: type InputPeerColorCollectible struct {
		tl_peer_color_gen.go#L697: func (i InputPeerColorCollectible) construct() PeerColorClass { return &i }
		tl_peer_color_gen.go#L701: 	_ bin.Encoder     = &InputPeerColorCollectible{}
		tl_peer_color_gen.go#L702: 	_ bin.Decoder     = &InputPeerColorCollectible{}
		tl_peer_color_gen.go#L703: 	_ bin.BareEncoder = &InputPeerColorCollectible{}
		tl_peer_color_gen.go#L704: 	_ bin.BareDecoder = &InputPeerColorCollectible{}
		tl_peer_color_gen.go#L706: 	_ PeerColorClass = &InputPeerColorCollectible{}
		tl_peer_color_gen.go#L709: func (i *InputPeerColorCollectible) Zero() bool {
		tl_peer_color_gen.go#L721: func (i *InputPeerColorCollectible) String() string {
		tl_peer_color_gen.go#L725: 	type Alias InputPeerColorCollectible
		tl_peer_color_gen.go#L730: func (i *InputPeerColorCollectible) FillFrom(from interface {
		tl_peer_color_gen.go#L739: func (*InputPeerColorCollectible) TypeID() uint32 {
		tl_peer_color_gen.go#L744: func (*InputPeerColorCollectible) TypeName() string {
		tl_peer_color_gen.go#L749: func (i *InputPeerColorCollectible) TypeInfo() tdp.Type {
		tl_peer_color_gen.go#L768: func (i *InputPeerColorCollectible) Encode(b *bin.Buffer) error {
		tl_peer_color_gen.go#L777: func (i *InputPeerColorCollectible) EncodeBare(b *bin.Buffer) error {
		tl_peer_color_gen.go#L786: func (i *InputPeerColorCollectible) Decode(b *bin.Buffer) error {
		tl_peer_color_gen.go#L797: func (i *InputPeerColorCollectible) DecodeBare(b *bin.Buffer) error {
		tl_peer_color_gen.go#L812: func (i *InputPeerColorCollectible) GetCollectibleID() (value int64) {
		tl_peer_color_gen.go#L885: 		v := InputPeerColorCollectible{}
		tl_peer_color_slices_gen.go#L148: 		value, ok := elem.(*InputPeerColorCollectible)
		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#L382: 	var zero InputPeerColorCollectible
		tl_peer_color_slices_gen.go#L391: func (s *InputPeerColorCollectibleArray) Pop() (v InputPeerColorCollectible, ok bool) {
		tl_registry_gen.go#L6257: 		InputPeerColorCollectibleTypeID:                                         func() bin.Object { return &InputPeerColorCollectible{} },