type github.com/gotd/td/tg.ImportedContact
24 uses
github.com/gotd/td/tg (current package)
tl_contacts_imported_contacts_gen.go#L40: Imported []ImportedContact
tl_contacts_imported_contacts_gen.go#L92: GetImported() (value []ImportedContact)
tl_contacts_imported_contacts_gen.go#L211: i.Imported = make([]ImportedContact, 0, headerLen%bin.PreallocateLimit)
tl_contacts_imported_contacts_gen.go#L214: var value ImportedContact
tl_contacts_imported_contacts_gen.go#L276: func (i *ContactsImportedContacts) GetImported() (value []ImportedContact) {
tl_imported_contact_gen.go#L38: type ImportedContact struct {
tl_imported_contact_gen.go#L53: _ bin.Encoder = &ImportedContact{}
tl_imported_contact_gen.go#L54: _ bin.Decoder = &ImportedContact{}
tl_imported_contact_gen.go#L55: _ bin.BareEncoder = &ImportedContact{}
tl_imported_contact_gen.go#L56: _ bin.BareDecoder = &ImportedContact{}
tl_imported_contact_gen.go#L59: func (i *ImportedContact) Zero() bool {
tl_imported_contact_gen.go#L74: func (i *ImportedContact) String() string {
tl_imported_contact_gen.go#L78: type Alias ImportedContact
tl_imported_contact_gen.go#L83: func (i *ImportedContact) FillFrom(from interface {
tl_imported_contact_gen.go#L94: func (*ImportedContact) TypeID() uint32 {
tl_imported_contact_gen.go#L99: func (*ImportedContact) TypeName() string {
tl_imported_contact_gen.go#L104: func (i *ImportedContact) TypeInfo() tdp.Type {
tl_imported_contact_gen.go#L127: func (i *ImportedContact) Encode(b *bin.Buffer) error {
tl_imported_contact_gen.go#L136: func (i *ImportedContact) EncodeBare(b *bin.Buffer) error {
tl_imported_contact_gen.go#L146: func (i *ImportedContact) Decode(b *bin.Buffer) error {
tl_imported_contact_gen.go#L157: func (i *ImportedContact) DecodeBare(b *bin.Buffer) error {
tl_imported_contact_gen.go#L179: func (i *ImportedContact) GetUserID() (value int64) {
tl_imported_contact_gen.go#L187: func (i *ImportedContact) GetClientID() (value int64) {
tl_registry_gen.go#L3793: ImportedContactTypeID: func() bin.Object { return &ImportedContact{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |