mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat(broadcasts): поле icon_custom_emoji_id для кастомных кнопок рассылки
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user