pub const TELEGRAM_BOT_API: &str = "https://api.telegram.org/bot";
pub const ADD_STICKER_TO_SET_EP: &str = "/addStickerToSet";
pub const CREATE_NEW_STICKER_SET_EP: &str = "/createNewStickerSet";
pub const UPLOAD_STICKER_FILE_EP: &str = "/uploadStickerFile";
use Result;
use Url;