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
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,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",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue