Sha256: bf56e183f2570429b12fddde72862814fdbd23d8e9ce696c3294a0ded26b0afe

Contents?: true

Size: 217 Bytes

Versions: 4

Compression:

Stored size: 217 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ChatLocation < Base
        attribute :location, Location
        attribute :address, Types::String
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/chat_location.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/chat_location.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/chat_location.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/chat_location.rb