How to Disable/Enable edit and delete option of chat message while using with SendBirdUIKit?

SendBird version: 3.0.193
iOS Version: Greater then 10
I am not able to Disable/Enable delete and edit option, I am using SendBirdUIKit with inheritance for customisation of controls.

@Hi @VivekLathiya.
Sendbird UIKit doesn’t exist API to Disable/Enable deleting and editing options directly.
But if you want to that, you can override the event using setLongTapGestureHandler each message cell.

plz refer to another guide. here