Sha256: 655d106c27289c6fbfe8019a5d9226d006b029ba0c34180e111896088e5fd2f5

Contents?: true

Size: 180 Bytes

Versions: 2

Compression:

Stored size: 180 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class MessageId < Base
        attribute :message_id, 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/message_id.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/message_id.rb