mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-07-25 00:54:59 +02:00
Compare commits
2 commits
b94a8b6770
...
4fb03a806a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fb03a806a | ||
|
|
a2c9f63bac |
5 changed files with 9206 additions and 2056 deletions
File diff suppressed because it is too large
Load diff
6433
client/type.go
6433
client/type.go
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
1460
data/td_api.tl
1460
data/td_api.tl
File diff suppressed because it is too large
Load diff
|
|
@ -100,9 +100,11 @@ func main() {
|
||||||
MessageId: msgId,
|
MessageId: msgId,
|
||||||
},
|
},
|
||||||
InputMessageContent: &tdlib.InputMessagePhoto{
|
InputMessageContent: &tdlib.InputMessagePhoto{
|
||||||
|
Photo: &tdlib.InputPhoto{
|
||||||
Photo: &tdlib.InputFileLocal{
|
Photo: &tdlib.InputFileLocal{
|
||||||
Path: "./Meru_01.png",
|
Path: "./Meru_01.png",
|
||||||
},
|
},
|
||||||
|
},
|
||||||
Caption: text,
|
Caption: text,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
@ -122,17 +124,21 @@ func main() {
|
||||||
},
|
},
|
||||||
InputMessageContents: []tdlib.InputMessageContent{
|
InputMessageContents: []tdlib.InputMessageContent{
|
||||||
&tdlib.InputMessagePhoto{
|
&tdlib.InputMessagePhoto{
|
||||||
|
Photo: &tdlib.InputPhoto{
|
||||||
Photo: &tdlib.InputFileLocal{
|
Photo: &tdlib.InputFileLocal{
|
||||||
Path: "./Meru_01.png",
|
Path: "./Meru_01.png",
|
||||||
},
|
},
|
||||||
|
},
|
||||||
Caption: text,
|
Caption: text,
|
||||||
},
|
},
|
||||||
&tdlib.InputMessagePhoto{
|
&tdlib.InputMessagePhoto{
|
||||||
|
Photo: &tdlib.InputPhoto{
|
||||||
Photo: &tdlib.InputFileLocal{
|
Photo: &tdlib.InputFileLocal{
|
||||||
Path: "./Meru_02.png",
|
Path: "./Meru_02.png",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue