class FantasticRobot::Request::ForwardMessage

This object represents a forwardMessage request

Attributes

chat_id[RW]
disable_web_page_preview[RW]
from_chat_id[RW]
message_id[RW]
reply_markup[RW]
reply_to_message_id[RW]

Public Class Methods

new(attributes = {}) click to toggle source
Calls superclass method FantasticRobot::Request::Base::new
# File lib/fantastic_robot/request/forward_message.rb, line 13
def initialize(attributes = {})
  super(attributes)
  @method = :forwardMessage
end