const github.com/gotd/td/tg.EncryptedChatDiscardedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L1075: const EncryptedChatDiscardedTypeID = 0x1e1c7c45
tl_encrypted_chat_gen.go#L1129: return EncryptedChatDiscardedTypeID
tl_encrypted_chat_gen.go#L1141: ID: EncryptedChatDiscardedTypeID,
tl_encrypted_chat_gen.go#L1173: b.PutID(EncryptedChatDiscardedTypeID)
tl_encrypted_chat_gen.go#L1195: if err := b.ConsumeID(EncryptedChatDiscardedTypeID); err != nil {
tl_encrypted_chat_gen.go#L1392: case EncryptedChatDiscardedTypeID:
tl_registry_gen.go#L413: EncryptedChatDiscardedTypeID: "encryptedChatDiscarded#1e1c7c45",
tl_registry_gen.go#L2195: "encryptedChatDiscarded": EncryptedChatDiscardedTypeID,
tl_registry_gen.go#L3977: EncryptedChatDiscardedTypeID: func() bin.Object { return &EncryptedChatDiscarded{} },
tl_registry_gen.go#L5688: EncryptedChatDiscardedTypeID,
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. |