Sha256: 52863d3b394d54dc74fb20431943bdf44fe4804d23be1c3f9cfd5a13b7b4824c
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class BusinessIntro < Base attribute? :title, Types::String attribute? :message, Types::String attribute? :sticker, Sticker end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/business_intro.rb |