Exception: TelegramWorkflow::Errors::DoubleInlineRequest

Inherits:
StandardError
  • Object
show all
Defined in:
lib/telegram_workflow/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Cannot send more than one request in a row in inline mode.") ⇒ DoubleInlineRequest

Returns a new instance of DoubleInlineRequest.



27
28
29
# File 'lib/telegram_workflow/errors.rb', line 27

def initialize(msg = "Cannot send more than one request in a row in inline mode.")
  super
end