Change example photo

before GitHub kill me :')
This commit is contained in:
c0re100 2026-02-13 03:55:26 +08:00
parent 0f088c4101
commit c9c7701a0d
No known key found for this signature in database
GPG key ID: 7C3B3004FE745AAF
5 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@ func main() {
},
InputMessageContent: &tdlib.InputMessagePhoto{
Photo: &tdlib.InputFileLocal{
Path: "./myht9-1486821485193084928.jpg",
Path: "./Meru_01.png",
},
Caption: text,
},
@ -123,13 +123,13 @@ func main() {
InputMessageContents: []tdlib.InputMessageContent{
&tdlib.InputMessagePhoto{
Photo: &tdlib.InputFileLocal{
Path: "./myht9-1486821485193084928.jpg",
Path: "./Meru_01.png",
},
Caption: text,
},
&tdlib.InputMessagePhoto{
Photo: &tdlib.InputFileLocal{
Path: "./hisagi_02-1486983199280738309.jpg",
Path: "./Meru_02.png",
},
},
},