com.pengrad.telegrambot.passport.PassportElementErrorTranslationFile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-telegram-bot-api Show documentation
Show all versions of java-telegram-bot-api Show documentation
Java API for Telegram Bot API
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