feat(broadcasts): поле icon_custom_emoji_id для кастомных кнопок рассылки

This commit is contained in:
kewldan
2026-07-13 02:32:11 +03:00
parent 2eaea75fd9
commit b4b4bca2cb
6 changed files with 27 additions and 5 deletions

View File

@@ -52,6 +52,8 @@ export interface CustomBroadcastButton {
label: string;
action_type: 'callback' | 'url';
action_value: string;
/** Telegram custom emoji перед текстом кнопки (числовая строка custom_emoji_id) */
icon_custom_emoji_id?: string;
}
export interface BroadcastMedia {