Sha256: 2e6d5be81f1b1568baf01159805c23895d715facda93a600554185989ba28866
Contents?: true
Size: 280 Bytes
Versions: 3
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true module Hahamut module Message # Bot Start Message class BotStart < Base # TODO: Implement image attribute attribute :start_img, :string attribute :init, :json def type :botStart end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hahamut-0.1.2 | lib/hahamut/message/bot_start.rb |
hahamut-0.1.1 | lib/hahamut/message/bot_start.rb |
hahamut-0.1.0 | lib/hahamut/message/bot_start.rb |