mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
feat: add plugin-scoped text input sessions (#6068)
This commit is contained in:
@@ -243,6 +243,8 @@ class Notification(BaseModel):
|
||||
targets: Optional[dict] = None
|
||||
# 按钮列表,格式:[[{"text": "按钮文本", "callback_data": "回调数据", "url": "链接"}]]
|
||||
buttons: Optional[List[List[dict]]] = None
|
||||
# Telegram ForceReply 回复标记
|
||||
force_reply: bool = False
|
||||
# 原消息ID,用于编辑消息
|
||||
original_message_id: Optional[Union[str, int]] = None
|
||||
# 原消息的聊天ID,用于编辑消息
|
||||
|
||||
Reference in New Issue
Block a user