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,