class

Tourmaline::PassportElementErrorUnspecified

Inherits JSON::Serializable / Reference / Object

Represents an issue in an unspecified place. The error is considered resolved when new data is added.

Constructors

new(source : String, type : String, element_hash : String, message : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

element_hash

Base64-encoded element hash

Source
element_hash=(element_hash : String)

Base64-encoded element hash

Source
message

Error message

Source
message=(message : String)

Error message

Source
source

Error source, must be unspecified

Source
source=(source : String)

Error source, must be unspecified

Source
type

Type of element of the user's Telegram Passport which has the issue

Source
type=(type : String)

Type of element of the user's Telegram Passport which has the issue

Source