Sha256: 1e1aeaad5e5825c46d81bed98b33e6e2ff17472780e980eff1582db59bdf17e5

Contents?: true

Size: 179 Bytes

Versions: 5

Compression:

Stored size: 179 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/chat_location.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/chat_location.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/chat_location.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/chat_location.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/chat_location.rb