mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-21 20:20:17 +01:00
Change example photo
before GitHub kill me :')
This commit is contained in:
parent
0f088c4101
commit
c9c7701a0d
5 changed files with 3 additions and 3 deletions
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{
|
InputMessageContent: &tdlib.InputMessagePhoto{
|
||||||
Photo: &tdlib.InputFileLocal{
|
Photo: &tdlib.InputFileLocal{
|
||||||
Path: "./myht9-1486821485193084928.jpg",
|
Path: "./Meru_01.png",
|
||||||
},
|
},
|
||||||
Caption: text,
|
Caption: text,
|
||||||
},
|
},
|
||||||
|
|
@ -123,13 +123,13 @@ func main() {
|
||||||
InputMessageContents: []tdlib.InputMessageContent{
|
InputMessageContents: []tdlib.InputMessageContent{
|
||||||
&tdlib.InputMessagePhoto{
|
&tdlib.InputMessagePhoto{
|
||||||
Photo: &tdlib.InputFileLocal{
|
Photo: &tdlib.InputFileLocal{
|
||||||
Path: "./myht9-1486821485193084928.jpg",
|
Path: "./Meru_01.png",
|
||||||
},
|
},
|
||||||
Caption: text,
|
Caption: text,
|
||||||
},
|
},
|
||||||
&tdlib.InputMessagePhoto{
|
&tdlib.InputMessagePhoto{
|
||||||
Photo: &tdlib.InputFileLocal{
|
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