Sha256: 15348ebc824cd304f1da4e0fdbdf10aa621698f7c7d229e9fcf07dacbf2f9da0
Contents?: true
Size: 260 Bytes
Versions: 2
Compression:
Stored size: 260 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class InaccessibleMessage < Base attribute :chat, Chat attribute :message_id, Types::Integer attribute :date, Types::Integer 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/inaccessible_message.rb |
telegram-bot-ruby-2.0.0 | lib/telegram/bot/types/inaccessible_message.rb |