Sha256: 15348ebc824cd304f1da4e0fdbdf10aa621698f7c7d229e9fcf07dacbf2f9da0
Contents?: true
Size: 260 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems