class FantasticRobot::Request::SendSticker
This object represents a sendSticker request
Constants
- MAX_FILE_SIZE
Attributes
chat_id[RW]
reply_markup[RW]
reply_to_message_id[RW]
sticker[RW]
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
FantasticRobot::Request::Base::new
# File lib/fantastic_robot/request/send_sticker.rb, line 13 def initialize(attributes = {}) super(attributes) @method = :sendSticker end