Sha256: de6b49992b3f6d8f66ccee6d6a5b659e7804bc6e6794cfa31adce68815721e85
Contents?: true
Size: 234 Bytes
Versions: 2
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PreparedInlineMessage < Base attribute :id, Types::String attribute :expiration_date, Types::Integer end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.2.0 | lib/telegram/bot/types/prepared_inline_message.rb |
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/prepared_inline_message.rb |