command
Catches a Telegram command, which has been specified as an argument.
command(name=String|Symbol, &block)
command(name=String|Symbol, &block)Platforms
Platform
Supported
Usage
class MainContext < Conversation
def blocks
command :start do
@reply.text "Hello and welcome!"
end
endConfiguration
Command Line
Update all scopes
Update the scopes individually
Last updated
Was this helpful?