Sha256: f1981f685afbe70a67f5843ca687c977bdaa2d4d1e13bae43c626f159c3e1841
Contents?: true
Size: 320 Bytes
Versions: 1
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorUnspecified < Base attribute :source, String.default('unspecified') attribute :type, String attribute :element_hash, String attribute :message, String end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.7.0 | lib/telegram/bot/types/passport_element_error_unspecified.rb |