/** * If you are including the Telegram Bot channel in the `channel_identifier` property, you must include this object. */ export interface TelegramCredentials { /** The token for the Telegram bot to which you are connecting. */ token: string; }