const github.com/gotd/td/tg.ContactsGetTopPeersRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_get_top_peers_gen.go#L78: const ContactsGetTopPeersRequestTypeID = 0x973478b6
tl_contacts_get_top_peers_gen.go#L172: return ContactsGetTopPeersRequestTypeID
tl_contacts_get_top_peers_gen.go#L184: ID: ContactsGetTopPeersRequestTypeID,
tl_contacts_get_top_peers_gen.go#L280: b.PutID(ContactsGetTopPeersRequestTypeID)
tl_contacts_get_top_peers_gen.go#L304: if err := b.ConsumeID(ContactsGetTopPeersRequestTypeID); err != nil {
tl_registry_gen.go#L1375: ContactsGetTopPeersRequestTypeID: "contacts.getTopPeers#973478b6",
tl_registry_gen.go#L3157: "contacts.getTopPeers": ContactsGetTopPeersRequestTypeID,
tl_registry_gen.go#L4939: ContactsGetTopPeersRequestTypeID: func() bin.Object { return &ContactsGetTopPeersRequest{} },
tl_server_gen.go#L2462: s.handlers[ContactsGetTopPeersRequestTypeID] = handler
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. |