const github.com/gotd/td/tg.ContactsBlockedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_contacts_blocked_gen.go#L48: const ContactsBlockedTypeID = 0xade1591
tl_contacts_blocked_gen.go#L104: return ContactsBlockedTypeID
tl_contacts_blocked_gen.go#L116: ID: ContactsBlockedTypeID,
tl_contacts_blocked_gen.go#L144: buf.PutID(ContactsBlockedTypeID)
tl_contacts_blocked_gen.go#L185: if err := buf.ConsumeID(ContactsBlockedTypeID); err != nil {
tl_contacts_blocked_gen.go#L616: case ContactsBlockedTypeID:
tl_registry_gen.go#L234: ContactsBlockedTypeID: "contacts.blocked#ade1591",
tl_registry_gen.go#L2016: "contacts.blocked": ContactsBlockedTypeID,
tl_registry_gen.go#L3798: ContactsBlockedTypeID: func() bin.Object { return &ContactsBlocked{} },
tl_registry_gen.go#L5617: ContactsBlockedTypeID,
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. |