Verify Timelock contract on BSC

I Fixed this.
What I did was
I took the ABI from the contract and pasted it to https://abi.hashex.org/
If anyone doesn’t know how to get ABI like me. You have to go to the compiler section and copy the ABI or for more details you can go to compilation details.

Now go to https://abi.hashex.org/
Step 1- Paste the ABI in " Enter your contract’s ABI to auto-parse" section.
Step 2- Enter your parameters manually


Step 3 - You will get the ABI -Encoded

Now go Verify Etherscan/BscScan
You will find section like this

Now copy the ABI you got from https://abi.hashex.org/ like this

And then paste your code in the section.

Boom!!! Guys verified!!!