Sha256: 17831dc1eab7970a676c634ceb2afe81de2be0a611763c9b490d7b4b8babb4c8
Contents?: true
Size: 316 Bytes
Versions: 12
Compression:
Stored size: 316 Bytes
Contents
module Telegram module Bot module Types class PassportElementErrorDataField < Base attribute :source, String, default: 'data' attribute :type, String attribute :field_name, String attribute :data_hash, String attribute :message, String end end end end
Version data entries
12 entries across 12 versions & 1 rubygems