const github.com/gotd/td/tg.InputEncryptedChatTypeID

8 uses

	github.com/gotd/td/tg (current package)
		tl_input_encrypted_chat_gen.go#L52: const InputEncryptedChatTypeID = 0xf141b5e1
		tl_input_encrypted_chat_gen.go#L98: 	return InputEncryptedChatTypeID
		tl_input_encrypted_chat_gen.go#L110: 		ID:   InputEncryptedChatTypeID,
		tl_input_encrypted_chat_gen.go#L134: 	b.PutID(InputEncryptedChatTypeID)
		tl_input_encrypted_chat_gen.go#L153: 	if err := b.ConsumeID(InputEncryptedChatTypeID); err != nil {
		tl_registry_gen.go#L414: 		InputEncryptedChatTypeID:                                 "inputEncryptedChat#f141b5e1",
		tl_registry_gen.go#L2196: 		"inputEncryptedChat":                                 InputEncryptedChatTypeID,
		tl_registry_gen.go#L3978: 		InputEncryptedChatTypeID:                                 func() bin.Object { return &InputEncryptedChat{} },