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

31 uses

	github.com/gotd/td/tg (current package)
		tl_input_collectible_gen.go#L179: type InputCollectiblePhone struct {
		tl_input_collectible_gen.go#L188: func (i InputCollectiblePhone) construct() InputCollectibleClass { return &i }
		tl_input_collectible_gen.go#L192: 	_ bin.Encoder     = &InputCollectiblePhone{}
		tl_input_collectible_gen.go#L193: 	_ bin.Decoder     = &InputCollectiblePhone{}
		tl_input_collectible_gen.go#L194: 	_ bin.BareEncoder = &InputCollectiblePhone{}
		tl_input_collectible_gen.go#L195: 	_ bin.BareDecoder = &InputCollectiblePhone{}
		tl_input_collectible_gen.go#L197: 	_ InputCollectibleClass = &InputCollectiblePhone{}
		tl_input_collectible_gen.go#L200: func (i *InputCollectiblePhone) Zero() bool {
		tl_input_collectible_gen.go#L212: func (i *InputCollectiblePhone) String() string {
		tl_input_collectible_gen.go#L216: 	type Alias InputCollectiblePhone
		tl_input_collectible_gen.go#L221: func (i *InputCollectiblePhone) FillFrom(from interface {
		tl_input_collectible_gen.go#L230: func (*InputCollectiblePhone) TypeID() uint32 {
		tl_input_collectible_gen.go#L235: func (*InputCollectiblePhone) TypeName() string {
		tl_input_collectible_gen.go#L240: func (i *InputCollectiblePhone) TypeInfo() tdp.Type {
		tl_input_collectible_gen.go#L259: func (i *InputCollectiblePhone) Encode(b *bin.Buffer) error {
		tl_input_collectible_gen.go#L268: func (i *InputCollectiblePhone) EncodeBare(b *bin.Buffer) error {
		tl_input_collectible_gen.go#L277: func (i *InputCollectiblePhone) Decode(b *bin.Buffer) error {
		tl_input_collectible_gen.go#L288: func (i *InputCollectiblePhone) DecodeBare(b *bin.Buffer) error {
		tl_input_collectible_gen.go#L303: func (i *InputCollectiblePhone) GetPhone() (value string) {
		tl_input_collectible_gen.go#L367: 		v := InputCollectiblePhone{}
		tl_input_collectible_slices_gen.go#L135: 		value, ok := elem.(*InputCollectiblePhone)
		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#L287: 	var zero InputCollectiblePhone
		tl_input_collectible_slices_gen.go#L296: func (s *InputCollectiblePhoneArray) Pop() (v InputCollectiblePhone, ok bool) {
		tl_registry_gen.go#L6308: 		InputCollectiblePhoneTypeID:                                             func() bin.Object { return &InputCollectiblePhone{} },