Sha256: 5ff182da89dfaa6fa59a792b927a3dee0f1d00a7d0f10b95d11966b5444d40d6
Contents?: true
Size: 551 Bytes
Versions: 2
Compression:
Stored size: 551 Bytes
Contents
module TD::Types # Contains the description of an error in a Telegram Passport element; for bots only. # # @attr type [TD::Types::PassportElementType] Type of Telegram Passport element that has the error. # @attr message [TD::Types::String] Error message. # @attr source [TD::Types::InputPassportElementErrorSource] Error source. class InputPassportElementError < Base attribute :type, TD::Types::PassportElementType attribute :message, TD::Types::String attribute :source, TD::Types::InputPassportElementErrorSource end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/input_passport_element_error.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/input_passport_element_error.rb |