Sha256: 3a86f024d369c7e859b464a4186dc1480a1413ced5fdd6026a142bf718a8b5d7
Contents?: true
Size: 179 Bytes
Versions: 1
Compression:
Stored size: 179 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ChatBackground < Base attribute :type, BackgroundType 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/chat_background.rb |