Sha256: db8555951f326c9e44485736e2f58d795f961f8e37492d3a25686d204640048d
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class Birthdate < Base attribute :day, Types::Integer attribute :month, Types::Integer attribute? :year, Types::Integer end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/birthdate.rb |