Class: ChatbotHelper::Telegram::ForceReply

Inherits:
BaseResource show all
Defined in:
lib/chatbot_helper/telegram/force_reply.rb

Overview

The force_reply resource which represents a Telegram bot API force_reply

Instance Attribute Summary

Attributes inherited from BaseResource

#hash

Class Method Summary collapse

Methods inherited from BaseResource

#==, #initialize, optional_arrays, optional_objects, required_arrays, required_objects, #to_s, valid_resource!, valid_resource?

Constructor Details

This class inherits a constructor from ChatbotHelper::Telegram::BaseResource

Class Method Details

.optional_fieldsObject



10
11
12
# File 'lib/chatbot_helper/telegram/force_reply.rb', line 10

def optional_fields
  %w[selective]
end

.required_fieldsObject



6
7
8
# File 'lib/chatbot_helper/telegram/force_reply.rb', line 6

def required_fields
  %w[force_reply]
end