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

20 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_resolve_phone_gen.go#L38: type ContactsResolvePhoneRequest struct {
		tl_contacts_resolve_phone_gen.go#L52: 	_ bin.Encoder     = &ContactsResolvePhoneRequest{}
		tl_contacts_resolve_phone_gen.go#L53: 	_ bin.Decoder     = &ContactsResolvePhoneRequest{}
		tl_contacts_resolve_phone_gen.go#L54: 	_ bin.BareEncoder = &ContactsResolvePhoneRequest{}
		tl_contacts_resolve_phone_gen.go#L55: 	_ bin.BareDecoder = &ContactsResolvePhoneRequest{}
		tl_contacts_resolve_phone_gen.go#L58: func (r *ContactsResolvePhoneRequest) Zero() bool {
		tl_contacts_resolve_phone_gen.go#L70: func (r *ContactsResolvePhoneRequest) String() string {
		tl_contacts_resolve_phone_gen.go#L74: 	type Alias ContactsResolvePhoneRequest
		tl_contacts_resolve_phone_gen.go#L79: func (r *ContactsResolvePhoneRequest) FillFrom(from interface {
		tl_contacts_resolve_phone_gen.go#L88: func (*ContactsResolvePhoneRequest) TypeID() uint32 {
		tl_contacts_resolve_phone_gen.go#L93: func (*ContactsResolvePhoneRequest) TypeName() string {
		tl_contacts_resolve_phone_gen.go#L98: func (r *ContactsResolvePhoneRequest) TypeInfo() tdp.Type {
		tl_contacts_resolve_phone_gen.go#L117: func (r *ContactsResolvePhoneRequest) Encode(b *bin.Buffer) error {
		tl_contacts_resolve_phone_gen.go#L126: func (r *ContactsResolvePhoneRequest) EncodeBare(b *bin.Buffer) error {
		tl_contacts_resolve_phone_gen.go#L135: func (r *ContactsResolvePhoneRequest) Decode(b *bin.Buffer) error {
		tl_contacts_resolve_phone_gen.go#L146: func (r *ContactsResolvePhoneRequest) DecodeBare(b *bin.Buffer) error {
		tl_contacts_resolve_phone_gen.go#L161: func (r *ContactsResolvePhoneRequest) GetPhone() (value string) {
		tl_contacts_resolve_phone_gen.go#L179: 	request := &ContactsResolvePhoneRequest{
		tl_registry_gen.go#L4948: 		ContactsResolvePhoneRequestTypeID:                                       func() bin.Object { return &ContactsResolvePhoneRequest{} },
		tl_server_gen.go#L2615: 		var request ContactsResolvePhoneRequest