Sha256: 0b731da5a5a3d865ef36e1c32653a1dbd9d705cd283e9354ff12b1f3fcc93b3d
Contents?: true
Size: 210 Bytes
Versions: 10
Compression:
Stored size: 210 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ChatLocation < Base attribute :location, Location attribute :address, String end end end end
Version data entries
10 entries across 10 versions & 2 rubygems