Sha256: db20e6db5d639b2a7c9654bcfb850e6764f6e463f551bd58a00b0eecb130c4ba
Contents?: true
Size: 196 Bytes
Versions: 5
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
5 entries across 5 versions & 1 rubygems