Sha256: c9fa746d16c3014101477f33f3c9153c50d85c6faa9d0db7f230f656112eab11
Contents?: true
Size: 540 Bytes
Versions: 4
Compression:
Stored size: 540 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 [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
4 entries across 4 versions & 2 rubygems