feat: вродь диплинки и /start

This commit is contained in:
Jganenokk
2026-07-30 21:23:20 +07:00
parent f6de41f11d
commit 25f13f0492
15 changed files with 1352 additions and 156 deletions
@@ -96,6 +96,12 @@ class _ControlBubbleState extends State<ControlBubble> {
sender,
const _ControlSegment(' закрепил(а) сообщение'),
], senderId);
case ControlAttachment.botStartedEvent:
final payload = widget.message.botStartPayload;
return _ControlText([
const _ControlSegment('Бот запущен'),
if (payload != null) _ControlSegment(': $payload'),
], null);
default:
return _ControlText([
_ControlSegment(control.title ?? ''),