mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-07-25 00:54:59 +02:00
Compare commits
No commits in common. "4fb03a806a83610077cd135c8d1569b23c367064" and "b94a8b67709cd87f8ea0a1f5b3af8d2ed6b53bcb" have entirely different histories.
4fb03a806a
...
b94a8b6770
5 changed files with 2056 additions and 9206 deletions
File diff suppressed because it is too large
Load diff
6435
client/type.go
6435
client/type.go
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
1462
data/td_api.tl
1462
data/td_api.tl
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue