class Telebot::InputFile
Represents file that has to be sent.
Constants
- DEFAULT_MIME_TYPE
Public Class Methods
new(file_path, mime_type = DEFAULT_MIME_TYPE)
click to toggle source
@param file_path [String] @param mime_type [String]
Calls superclass method
# File lib/telebot/objects/input_file.rb, line 8 def initialize(file_path, mime_type = DEFAULT_MIME_TYPE) super(file_path, mime_type) end