We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864935b commit 4f54ee3Copy full SHA for 4f54ee3
src/UniversalTelegramBot.h
@@ -71,8 +71,8 @@ class UniversalTelegramBot {
71
String chat_id, int fileSize,
72
MoreDataAvailable moreDataAvailableCallback,
73
GetNextByte getNextByteCallback,
74
- GetNextBuffer getNextBufferCallback,
75
- GetNextBufferLen getNextBufferLenCallback);
+ GetNextBuffer getNextBufferCallback,
+ GetNextBufferLen getNextBufferLenCallback);
76
77
bool getMe();
78
@@ -92,8 +92,8 @@ class UniversalTelegramBot {
92
String sendPhotoByBinary(String chat_id, String contentType, int fileSize,
93
94
95
96
97
String sendPhoto(String chat_id, String photo, String caption = "",
98
bool disable_notification = false,
99
int reply_to_message_id = 0, String keyboard = "");
0 commit comments