mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-22 12:40:17 +01:00
Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9c7701a0d | ||
|
|
0f088c4101 | ||
|
|
c1bd67f199 |
9 changed files with 8200 additions and 1192 deletions
1386
client/function.go
1386
client/function.go
File diff suppressed because it is too large
Load diff
4658
client/type.go
4658
client/type.go
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
1414
data/td_api.tl
1414
data/td_api.tl
File diff suppressed because it is too large
Load diff
BIN
example/media/Meru_01.png
Normal file
BIN
example/media/Meru_01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 794 KiB |
BIN
example/media/Meru_02.png
Normal file
BIN
example/media/Meru_02.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 900 KiB |
|
|
@ -101,7 +101,7 @@ func main() {
|
|||
},
|
||||
InputMessageContent: &tdlib.InputMessagePhoto{
|
||||
Photo: &tdlib.InputFileLocal{
|
||||
Path: "./myht9-1486821485193084928.jpg",
|
||||
Path: "./Meru_01.png",
|
||||
},
|
||||
Caption: text,
|
||||
},
|
||||
|
|
@ -123,13 +123,13 @@ func main() {
|
|||
InputMessageContents: []tdlib.InputMessageContent{
|
||||
&tdlib.InputMessagePhoto{
|
||||
Photo: &tdlib.InputFileLocal{
|
||||
Path: "./myht9-1486821485193084928.jpg",
|
||||
Path: "./Meru_01.png",
|
||||
},
|
||||
Caption: text,
|
||||
},
|
||||
&tdlib.InputMessagePhoto{
|
||||
Photo: &tdlib.InputFileLocal{
|
||||
Path: "./hisagi_02-1486983199280738309.jpg",
|
||||
Path: "./Meru_02.png",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 153 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 116 KiB |
Loading…
Add table
Add a link
Reference in a new issue