Method: Mutx::Notification.send_telegram
- Defined in:
- lib/mutx/lib/notification.rb
.send_telegram(destination, message: '') ⇒ Object
9 10 11 |
# File 'lib/mutx/lib/notification.rb', line 9 def self.send_telegram(destination, message: '') self.send(:telegram, destination, message: ) end |