feat(methods): add sendPhoto

This commit is contained in:
2026-03-19 02:10:52 +01:00
parent c650d3f81c
commit 37ee86a1da
5 changed files with 173 additions and 77 deletions
+3 -5
View File
@@ -58,11 +58,9 @@ if cppcheck.found()
endif
# Example
example = executable(
executable(
'example',
'examples/inlinekeyboard/inlinekeyboard.c',
'examples/sender/sendpic.c',
dependencies: tgbot_dep,
build_by_default: false,
)
test('example_inlinekeyboard', example)
)