class TelegramBot::PassportElementErrorSelfie

Included Modules

Defined in:

telegram_bot/types/passport_element_error.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::PassportElementError

to_json(json : JSON::Builder) to_json

Class methods inherited from class TelegramBot::PassportElementError

data_field(type : String, field_name : String, data_hash : String, message : String) data_field, file(type : String, file_hash : String, message : String) file, files(type : String, file_hashes : Array(String), message : String) files, front_side(type : String, file_hash : String, message : String) front_side, reverse_side(type : String, file_hash : String, message : String) reverse_side, selfie(type : String, file_hash : String, message : String) selfie, translation_file(type : String, file_hash : String, message : String) translation_file, translation_files(type : String, file_hashes : Array(String), message : String) translation_files, unspecified(type : String, element_hash : String, message : String) unspecified

Constructor Detail

def self.new(type : String, file_hash : String, message : String) #

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def file_hash : String #

def file_hash=(file_hash : String) #

def message : String #

def message=(message : String) #

def source : String #

def source=(source : String) #

def type : String #

def type=(type : String) #