Question: In TON blockchain, when implementing my dapp smart contract in FunC, my contract can accept both internal messages handled by recv_internal() and external messages handled by recv_external(). Which type of messages should I handle? Internal or external? What’s the ...