Method: Facebook::Messenger::Bot.default_options
- Defined in:
- lib/facebook/messenger/bot.rb
.default_options ⇒ Hash
Default HTTParty options.
133 134 135 136 137 138 139 140 |
# File 'lib/facebook/messenger/bot.rb', line 133 def super.merge( read_timeout: 300, headers: { 'Content-Type' => 'application/json' } ) end |