-1

Is it possible to disable media picker bar only when user typing on for my chatbot?

enter image description here

nickgryg
  • 25,567
  • 5
  • 77
  • 79

1 Answers1

0

You can disable to composer input, which will then disable to media picker, too. Looking at your screenshot you already use the persistent menu. It has a property (composer_input_disabled), see https://developers.facebook.com/docs/messenger-platform/reference/messenger-profile-api/persistent-menu/

lars.schwarz
  • 1,276
  • 1
  • 8
  • 12