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,10 +100,8 @@ 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,
|
||||||
},
|
},
|
||||||
|
|
@ -124,18 +122,14 @@ 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",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue