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,