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

28 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_found_gen.go#L38: type ContactsFound struct {
		tl_contacts_found_gen.go#L54: 	_ bin.Encoder     = &ContactsFound{}
		tl_contacts_found_gen.go#L55: 	_ bin.Decoder     = &ContactsFound{}
		tl_contacts_found_gen.go#L56: 	_ bin.BareEncoder = &ContactsFound{}
		tl_contacts_found_gen.go#L57: 	_ bin.BareDecoder = &ContactsFound{}
		tl_contacts_found_gen.go#L60: func (f *ContactsFound) Zero() bool {
		tl_contacts_found_gen.go#L81: func (f *ContactsFound) String() string {
		tl_contacts_found_gen.go#L85: 	type Alias ContactsFound
		tl_contacts_found_gen.go#L90: func (f *ContactsFound) FillFrom(from interface {
		tl_contacts_found_gen.go#L105: func (*ContactsFound) TypeID() uint32 {
		tl_contacts_found_gen.go#L110: func (*ContactsFound) TypeName() string {
		tl_contacts_found_gen.go#L115: func (f *ContactsFound) TypeInfo() tdp.Type {
		tl_contacts_found_gen.go#L146: func (f *ContactsFound) Encode(b *bin.Buffer) error {
		tl_contacts_found_gen.go#L155: func (f *ContactsFound) EncodeBare(b *bin.Buffer) error {
		tl_contacts_found_gen.go#L199: func (f *ContactsFound) Decode(b *bin.Buffer) error {
		tl_contacts_found_gen.go#L210: func (f *ContactsFound) DecodeBare(b *bin.Buffer) error {
		tl_contacts_found_gen.go#L286: func (f *ContactsFound) GetMyResults() (value []PeerClass) {
		tl_contacts_found_gen.go#L294: func (f *ContactsFound) GetResults() (value []PeerClass) {
		tl_contacts_found_gen.go#L302: func (f *ContactsFound) GetChats() (value []ChatClass) {
		tl_contacts_found_gen.go#L310: func (f *ContactsFound) GetUsers() (value []UserClass) {
		tl_contacts_found_gen.go#L318: func (f *ContactsFound) MapMyResults() (value PeerClassArray) {
		tl_contacts_found_gen.go#L323: func (f *ContactsFound) MapResults() (value PeerClassArray) {
		tl_contacts_found_gen.go#L328: func (f *ContactsFound) MapChats() (value ChatClassArray) {
		tl_contacts_found_gen.go#L333: func (f *ContactsFound) MapUsers() (value UserClassArray) {
		tl_contacts_search_gen.go#L200: func (c *Client) ContactsSearch(ctx context.Context, request *ContactsSearchRequest) (*ContactsFound, error) {
		tl_contacts_search_gen.go#L201: 	var result ContactsFound
		tl_registry_gen.go#L4019: 		ContactsFoundTypeID:                                      func() bin.Object { return &ContactsFound{} },
		tl_server_gen.go#L2414: func (s *ServerDispatcher) OnContactsSearch(f func(ctx context.Context, request *ContactsSearchRequest) (*ContactsFound, error)) {