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

25 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_import_contacts_gen.go#L195: func (c *Client) ContactsImportContacts(ctx context.Context, contacts []InputPhoneContact) (*ContactsImportedContacts, error) {
		tl_contacts_import_contacts_gen.go#L196: 	var result ContactsImportedContacts
		tl_contacts_imported_contacts_gen.go#L38: type ContactsImportedContacts struct {
		tl_contacts_imported_contacts_gen.go#L55: 	_ bin.Encoder     = &ContactsImportedContacts{}
		tl_contacts_imported_contacts_gen.go#L56: 	_ bin.Decoder     = &ContactsImportedContacts{}
		tl_contacts_imported_contacts_gen.go#L57: 	_ bin.BareEncoder = &ContactsImportedContacts{}
		tl_contacts_imported_contacts_gen.go#L58: 	_ bin.BareDecoder = &ContactsImportedContacts{}
		tl_contacts_imported_contacts_gen.go#L61: func (i *ContactsImportedContacts) Zero() bool {
		tl_contacts_imported_contacts_gen.go#L82: func (i *ContactsImportedContacts) String() string {
		tl_contacts_imported_contacts_gen.go#L86: 	type Alias ContactsImportedContacts
		tl_contacts_imported_contacts_gen.go#L91: func (i *ContactsImportedContacts) FillFrom(from interface {
		tl_contacts_imported_contacts_gen.go#L106: func (*ContactsImportedContacts) TypeID() uint32 {
		tl_contacts_imported_contacts_gen.go#L111: func (*ContactsImportedContacts) TypeName() string {
		tl_contacts_imported_contacts_gen.go#L116: func (i *ContactsImportedContacts) TypeInfo() tdp.Type {
		tl_contacts_imported_contacts_gen.go#L147: func (i *ContactsImportedContacts) Encode(b *bin.Buffer) error {
		tl_contacts_imported_contacts_gen.go#L156: func (i *ContactsImportedContacts) EncodeBare(b *bin.Buffer) error {
		tl_contacts_imported_contacts_gen.go#L189: func (i *ContactsImportedContacts) Decode(b *bin.Buffer) error {
		tl_contacts_imported_contacts_gen.go#L200: func (i *ContactsImportedContacts) DecodeBare(b *bin.Buffer) error {
		tl_contacts_imported_contacts_gen.go#L276: func (i *ContactsImportedContacts) GetImported() (value []ImportedContact) {
		tl_contacts_imported_contacts_gen.go#L284: func (i *ContactsImportedContacts) GetPopularInvites() (value []PopularContact) {
		tl_contacts_imported_contacts_gen.go#L292: func (i *ContactsImportedContacts) GetRetryContacts() (value []int64) {
		tl_contacts_imported_contacts_gen.go#L300: func (i *ContactsImportedContacts) GetUsers() (value []UserClass) {
		tl_contacts_imported_contacts_gen.go#L308: func (i *ContactsImportedContacts) MapUsers() (value UserClassArray) {
		tl_registry_gen.go#L3797: 		ContactsImportedContactsTypeID:                           func() bin.Object { return &ContactsImportedContacts{} },
		tl_server_gen.go#L2300: func (s *ServerDispatcher) OnContactsImportContacts(f func(ctx context.Context, contacts []InputPhoneContact) (*ContactsImportedContacts, error)) {