Method: Viberroo::Message.contact
- Defined in:
- lib/viberroo/message.rb
.contact(params = {}) ⇒ Hash
Contact message.
160 161 162 |
# File 'lib/viberroo/message.rb', line 160 def self.contact(params = {}) { type: :contact }.merge(params) end |