Sha256: 24883d8b8adb3f9cdd62d4b5592c5596704e9f2bfd246c99105903a57a985ca0
Contents?: true
Size: 256 Bytes
Versions: 2
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ChatLocation < Base attribute :location, Location attribute :address, Types::String.constrained(min_size: 1, max_size: 64) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.2.0 | lib/telegram/bot/types/chat_location.rb |
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/chat_location.rb |