class FantasticRobot::Request::SendChatAction

This object represents a sendChatAction request

Constants

VALID_ACTIONS

Attributes

action[RW]
chat_id[RW]

Public Class Methods

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