const github.com/gotd/td/tg.ContactsEditCloseFriendsRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_edit_close_friends_gen.go#L50: const ContactsEditCloseFriendsRequestTypeID = 0xba6705f0
tl_contacts_edit_close_friends_gen.go#L91: return ContactsEditCloseFriendsRequestTypeID
tl_contacts_edit_close_friends_gen.go#L103: ID: ContactsEditCloseFriendsRequestTypeID,
tl_contacts_edit_close_friends_gen.go#L123: b.PutID(ContactsEditCloseFriendsRequestTypeID)
tl_contacts_edit_close_friends_gen.go#L144: if err := b.ConsumeID(ContactsEditCloseFriendsRequestTypeID); err != nil {
tl_registry_gen.go#L1387: ContactsEditCloseFriendsRequestTypeID: "contacts.editCloseFriends#ba6705f0",
tl_registry_gen.go#L3169: "contacts.editCloseFriends": ContactsEditCloseFriendsRequestTypeID,
tl_registry_gen.go#L4951: ContactsEditCloseFriendsRequestTypeID: func() bin.Object { return &ContactsEditCloseFriendsRequest{} },
tl_server_gen.go#L2682: s.handlers[ContactsEditCloseFriendsRequestTypeID] = 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. |