Compare commits

...

2 commits

Author SHA1 Message Date
c0re100
4fb03a806a
Update example 2026-07-15 21:32:46 +08:00
c0re100
a2c9f63bac
Update to TDLib 1.8.66 2026-07-15 21:32:33 +08:00
5 changed files with 9206 additions and 2056 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -100,8 +100,10 @@ func main() {
MessageId: msgId,
},
InputMessageContent: &tdlib.InputMessagePhoto{
Photo: &tdlib.InputFileLocal{
Path: "./Meru_01.png",
Photo: &tdlib.InputPhoto{
Photo: &tdlib.InputFileLocal{
Path: "./Meru_01.png",
},
},
Caption: text,
},
@ -122,14 +124,18 @@ func main() {
},
InputMessageContents: []tdlib.InputMessageContent{
&tdlib.InputMessagePhoto{
Photo: &tdlib.InputFileLocal{
Path: "./Meru_01.png",
Photo: &tdlib.InputPhoto{
Photo: &tdlib.InputFileLocal{
Path: "./Meru_01.png",
},
},
Caption: text,
},
&tdlib.InputMessagePhoto{
Photo: &tdlib.InputFileLocal{
Path: "./Meru_02.png",
Photo: &tdlib.InputPhoto{
Photo: &tdlib.InputFileLocal{
Path: "./Meru_02.png",
},
},
},
},