Sha256: cee14f94172e901dd1506339a02c4a4f5c5bfb3714edcd81169488b487a403b8
Contents?: true
Size: 296 Bytes
Versions: 12
Compression:
Stored size: 296 Bytes
Contents
module Telegram module Bot module Types class PassportElementErrorTranslationFile < Base attribute :source, String, default: 'translation_file' attribute :type, String attribute :file_hash, String attribute :message, String end end end end
Version data entries
12 entries across 12 versions & 1 rubygems