class Moceansdk::Modules::Command::Mc
Public Class Methods
send_sms()
click to toggle source
# File lib/moceansdk/modules/command/mc.rb, line 34 def self.send_sms() McObject::SendSMS.new end
tg_request_contact()
click to toggle source
# File lib/moceansdk/modules/command/mc.rb, line 30 def self.tg_request_contact() McObject::TgRequestContact.new end
tg_send_animation()
click to toggle source
# File lib/moceansdk/modules/command/mc.rb, line 14 def self.tg_send_animation() McObject::TgSendAnimation.new end
tg_send_audio()
click to toggle source
# File lib/moceansdk/modules/command/mc.rb, line 10 def self.tg_send_audio() McObject::TgSendAudio.new end
tg_send_document()
click to toggle source
# File lib/moceansdk/modules/command/mc.rb, line 18 def self.tg_send_document() McObject::TgSendDocument.new end
tg_send_photo()
click to toggle source
# File lib/moceansdk/modules/command/mc.rb, line 22 def self.tg_send_photo() McObject::TgSendPhoto.new end
tg_send_text()
click to toggle source
# File lib/moceansdk/modules/command/mc.rb, line 6 def self.tg_send_text() McObject::TgSendText.new end
tg_send_video()
click to toggle source
# File lib/moceansdk/modules/command/mc.rb, line 26 def self.tg_send_video() McObject::TgSendVideo.new end