const github.com/gotd/td/tg.PrivacyKeyChatInviteTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L144: const PrivacyKeyChatInviteTypeID = 0x500e6dfa
tl_privacy_key_gen.go#L180: return PrivacyKeyChatInviteTypeID
tl_privacy_key_gen.go#L192: ID: PrivacyKeyChatInviteTypeID,
tl_privacy_key_gen.go#L207: b.PutID(PrivacyKeyChatInviteTypeID)
tl_privacy_key_gen.go#L224: if err := b.ConsumeID(PrivacyKeyChatInviteTypeID); err != nil {
tl_privacy_key_gen.go#L1116: case PrivacyKeyChatInviteTypeID:
tl_registry_gen.go#L467: PrivacyKeyChatInviteTypeID: "privacyKeyChatInvite#500e6dfa",
tl_registry_gen.go#L2249: "privacyKeyChatInvite": PrivacyKeyChatInviteTypeID,
tl_registry_gen.go#L4031: PrivacyKeyChatInviteTypeID: func() bin.Object { return &PrivacyKeyChatInvite{} },
tl_registry_gen.go#L6326: PrivacyKeyChatInviteTypeID,
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. |