Method: MessengerClient::LocationTemplate#to_json
- Defined in:
- lib/messenger_client/location_template.rb
#to_json ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/messenger_client/location_template.rb', line 7 def to_json { text: @text, quick_replies: { content_type: "location" } } end |