Sha256: db20e6db5d639b2a7c9654bcfb850e6764f6e463f551bd58a00b0eecb130c4ba
Contents?: true
Size: 196 Bytes
Versions: 2
Compression:
Stored size: 196 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class BotShortDescription < Base attribute :short_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_short_description.rb |
telegram-bot-ruby-2.0.0 | lib/telegram/bot/types/bot_short_description.rb |