Does Ionic Native have local notifications with buttons?

I think the answer is no but I hope I am wrong.

In the pass (ionic 1) I was able to get action buttons with push notification but now I just need to generate local ones. I was searching for a couple of days but I have not found anything. Is this possible with Ionic 2/3 ?

Ionic itself doesn’t support any notifications - that is done via Cordova plugins that sometimes are implemented in Ionic Native to make using them easier. So if you find a plugin that supports this, you can also do this with Ionic. If the plugin has a wrapper in Ionic Native, you use that one for easier usage.