Method: Viberroo::Message.picture
- Defined in:
- lib/viberroo/message.rb
.picture(params = {}) ⇒ Hash
Note:
Max image size: 1MB on iOS, 3MB on Android.
Picture message.
106 107 108 |
# File 'lib/viberroo/message.rb', line 106 def self.picture(params = {}) { type: :picture, text: '' }.merge(params) end |