diff --git a/example/media/Meru_01.png b/example/media/Meru_01.png new file mode 100644 index 0000000..05e1205 Binary files /dev/null and b/example/media/Meru_01.png differ diff --git a/example/media/Meru_02.png b/example/media/Meru_02.png new file mode 100644 index 0000000..c0ee587 Binary files /dev/null and b/example/media/Meru_02.png differ diff --git a/example/media/Photo_or_Album.go b/example/media/Photo_or_Album.go index 0b7138d..f69fbe3 100644 --- a/example/media/Photo_or_Album.go +++ b/example/media/Photo_or_Album.go @@ -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", }, }, }, diff --git a/example/media/hisagi_02-1486983199280738309.jpg b/example/media/hisagi_02-1486983199280738309.jpg deleted file mode 100644 index 7bc282f..0000000 Binary files a/example/media/hisagi_02-1486983199280738309.jpg and /dev/null differ diff --git a/example/media/myht9-1486821485193084928.jpg b/example/media/myht9-1486821485193084928.jpg deleted file mode 100644 index 3acc5b1..0000000 Binary files a/example/media/myht9-1486821485193084928.jpg and /dev/null differ