`enable or disable chat storage --chat-storage <true/false>. If you disable this, reply feature maybe not working properly | example: --chat-storage=true`,
`enable or disable chat storage --chat-storage <true/false>. If you disable this, reply feature maybe not working properly | example: --chat-storage=true`,
)
)
rootCmd.PersistentFlags().BoolVarP(
&config.WhatsappCallWebhookOnMessageToSelf,
"call-webhook-on-message-to-self","",
config.WhatsappCallWebhookOnMessageToSelf,
`enable or disable webhook calls for messages from yourself --call-webhook-on-message-to-self <true/false> | example: --call-webhook-on-message-to-self=true`,