type github.com/gotd/td/tg.Contact
24 uses
github.com/gotd/td/tg (current package)
tl_contact_gen.go#L38: type Contact struct {
tl_contact_gen.go#L50: _ bin.Encoder = &Contact{}
tl_contact_gen.go#L51: _ bin.Decoder = &Contact{}
tl_contact_gen.go#L52: _ bin.BareEncoder = &Contact{}
tl_contact_gen.go#L53: _ bin.BareDecoder = &Contact{}
tl_contact_gen.go#L56: func (c *Contact) Zero() bool {
tl_contact_gen.go#L71: func (c *Contact) String() string {
tl_contact_gen.go#L75: type Alias Contact
tl_contact_gen.go#L80: func (c *Contact) FillFrom(from interface {
tl_contact_gen.go#L91: func (*Contact) TypeID() uint32 {
tl_contact_gen.go#L96: func (*Contact) TypeName() string {
tl_contact_gen.go#L101: func (c *Contact) TypeInfo() tdp.Type {
tl_contact_gen.go#L124: func (c *Contact) Encode(b *bin.Buffer) error {
tl_contact_gen.go#L133: func (c *Contact) EncodeBare(b *bin.Buffer) error {
tl_contact_gen.go#L143: func (c *Contact) Decode(b *bin.Buffer) error {
tl_contact_gen.go#L154: func (c *Contact) DecodeBare(b *bin.Buffer) error {
tl_contact_gen.go#L176: func (c *Contact) GetUserID() (value int64) {
tl_contact_gen.go#L184: func (c *Contact) GetMutual() (value bool) {
tl_contacts_contacts_gen.go#L142: Contacts []Contact
tl_contacts_contacts_gen.go#L193: GetContacts() (value []Contact)
tl_contacts_contacts_gen.go#L297: c.Contacts = make([]Contact, 0, headerLen%bin.PreallocateLimit)
tl_contacts_contacts_gen.go#L300: var value Contact
tl_contacts_contacts_gen.go#L335: func (c *ContactsContacts) GetContacts() (value []Contact) {
tl_registry_gen.go#L3792: ContactTypeID: func() bin.Object { return &Contact{} },
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. |