const github.com/gotd/td/tg.EncryptedChatTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L783: const EncryptedChatTypeID = 0x61f0d4c7
tl_encrypted_chat_gen.go#L859: return EncryptedChatTypeID
tl_encrypted_chat_gen.go#L871: ID: EncryptedChatTypeID,
tl_encrypted_chat_gen.go#L915: b.PutID(EncryptedChatTypeID)
tl_encrypted_chat_gen.go#L939: if err := b.ConsumeID(EncryptedChatTypeID); err != nil {
tl_encrypted_chat_gen.go#L1385: case EncryptedChatTypeID:
tl_registry_gen.go#L412: EncryptedChatTypeID: "encryptedChat#61f0d4c7",
tl_registry_gen.go#L2194: "encryptedChat": EncryptedChatTypeID,
tl_registry_gen.go#L3976: EncryptedChatTypeID: func() bin.Object { return &EncryptedChat{} },
tl_registry_gen.go#L5687: EncryptedChatTypeID,
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. |