const github.com/gotd/td/tg.ContactStatusTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_contact_status_gen.go#L46: const ContactStatusTypeID = 0x16d9703b
tl_contact_status_gen.go#L92: return ContactStatusTypeID
tl_contact_status_gen.go#L104: ID: ContactStatusTypeID,
tl_contact_status_gen.go#L128: b.PutID(ContactStatusTypeID)
tl_contact_status_gen.go#L152: if err := b.ConsumeID(ContactStatusTypeID); err != nil {
tl_registry_gen.go#L230: ContactStatusTypeID: "contactStatus#16d9703b",
tl_registry_gen.go#L2012: "contactStatus": ContactStatusTypeID,
tl_registry_gen.go#L3794: ContactStatusTypeID: func() bin.Object { return &ContactStatus{} },
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. |