Compare commits

..

No commits in common. "4fb03a806a83610077cd135c8d1569b23c367064" and "b94a8b67709cd87f8ea0a1f5b3af8d2ed6b53bcb" have entirely different histories.

5 changed files with 2056 additions and 9206 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,11 +100,9 @@ func main() {
MessageId: msgId,
},
InputMessageContent: &tdlib.InputMessagePhoto{
Photo: &tdlib.InputPhoto{
Photo: &tdlib.InputFileLocal{
Path: "./Meru_01.png",
},
},
Caption: text,
},
})
@ -124,21 +122,17 @@ func main() {
},
InputMessageContents: []tdlib.InputMessageContent{
&tdlib.InputMessagePhoto{
Photo: &tdlib.InputPhoto{
Photo: &tdlib.InputFileLocal{
Path: "./Meru_01.png",
},
},
Caption: text,
},
&tdlib.InputMessagePhoto{
Photo: &tdlib.InputPhoto{
Photo: &tdlib.InputFileLocal{
Path: "./Meru_02.png",
},
},
},
},
})
if err != nil {
continue