All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pengrad.telegrambot.passport.PassportElementErrorUnspecified Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
package com.pengrad.telegrambot.passport;

/**
 * Stas Parshin
 * 28 August 2018
 */
public class PassportElementErrorUnspecified extends PassportElementError {
    private final static long serialVersionUID = 0L;

    private String element_hash;

    public PassportElementErrorUnspecified(String type, String elementHash, String message) {
        super("unspecified", type, message);
        element_hash = elementHash;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy