Sha256: f36c6991b3d8214b7d44bee85bf273404c0cfefc65f8633bcdb68b8d15a1936e
Contents?: true
Size: 185 Bytes
Versions: 2
Compression:
Stored size: 185 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class BotDescription < Base attribute :description, Types::String end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/bot_description.rb |
telegram-bot-ruby-2.0.0 | lib/telegram/bot/types/bot_description.rb |