Sha256: c0c35caf7c544b6a3a787ba2e5bd7d7f6a664f444fe83ea80e2dc41a51621ffc

Contents?: true

Size: 171 Bytes

Versions: 3

Compression:

Stored size: 171 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class BotName < Base
        attribute :name, Types::String
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/bot_name.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/bot_name.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/bot_name.rb