Sha256: b31f3fb2a7c5e7ed29121530bc99ae0ac5395c1bb0f30b4d571426ebf485f471

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class Story < Base
        attribute :chat, Chat
        attribute :id, Types::Integer
      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/story.rb