/** * Character limit for a Telegram message. * * @see [sendMessage - Telegram Bot API](https://core.telegram.org/bots/api#sendmessage) * @see [Telegram Limits](https://limits.tginfo.me/en) * @see [Increase character limit for messages](https://bugs.telegram.org/c/1423) * * @public */ export declare const CHARACTER_LIMIT_TELEGRAM_MESSAGE = 4096; /** * Emojis. * * @see [Emojipedia](https://emojipedia.org/) * * @public */ export declare enum Emoji { CrossMark = "\u274C", Teapot = "\uD83E\uDED6", Warning = "\u26A0\uFE0F" } export declare const TAG = "hapi-telegram-plugin"; //# sourceMappingURL=constants.d.ts.map