const github.com/gotd/td/tg.EncryptedChatEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L44: const EncryptedChatEmptyTypeID = 0xab7ec0a0
tl_encrypted_chat_gen.go#L90: return EncryptedChatEmptyTypeID
tl_encrypted_chat_gen.go#L102: ID: EncryptedChatEmptyTypeID,
tl_encrypted_chat_gen.go#L122: b.PutID(EncryptedChatEmptyTypeID)
tl_encrypted_chat_gen.go#L140: if err := b.ConsumeID(EncryptedChatEmptyTypeID); err != nil {
tl_encrypted_chat_gen.go#L1364: case EncryptedChatEmptyTypeID:
tl_registry_gen.go#L409: EncryptedChatEmptyTypeID: "encryptedChatEmpty#ab7ec0a0",
tl_registry_gen.go#L2191: "encryptedChatEmpty": EncryptedChatEmptyTypeID,
tl_registry_gen.go#L3973: EncryptedChatEmptyTypeID: func() bin.Object { return &EncryptedChatEmpty{} },
tl_registry_gen.go#L5684: EncryptedChatEmptyTypeID,
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. |