feat: sync AI compose and ChatBot features
This commit is contained in:
parent
35e5d38f4d
commit
b7269b135f
75 changed files with 5426 additions and 123 deletions
|
|
@ -469,6 +469,9 @@ type MessageWebPage struct {
|
|||
Description string `json:"description,omitempty"`
|
||||
Author string `json:"author,omitempty"`
|
||||
Photo *Photo `json:"photo,omitempty"`
|
||||
// ComposeToneEmojiID 映射 webPageAttributeAiComposeTone,用于 TDesktop 渲染
|
||||
// addstyle tone 分享卡片;0 表示普通网页。
|
||||
ComposeToneEmojiID int64 `json:"compose_tone_emoji_id,omitempty"`
|
||||
|
||||
ForceLargeMedia bool `json:"force_large_media,omitempty"`
|
||||
ForceSmallMedia bool `json:"force_small_media,omitempty"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue