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

com.pengrad.telegrambot.passport.PassportElementErrorTranslationFile 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 PassportElementErrorTranslationFile extends PassportElementErrorAbstractFile {
    private final static long serialVersionUID = 0L;

    public PassportElementErrorTranslationFile(String type, String fileHash, String message) {
        super("translation_file", type, fileHash, message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy