Skip to content

Commit 837f97b

Browse files
committed
Merge remote-tracking branch 'rafaelcbarbosa/patch-1'
2 parents df02494 + 09c6700 commit 837f97b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/UniversalTelegramBot.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ struct telegramMessage {
6262
class UniversalTelegramBot {
6363
public:
6464
UniversalTelegramBot(String token, Client &client);
65+
void updateToken(String token);
6566
String sendGetToTelegram(String command);
6667
String sendPostToTelegram(String command, JsonObject payload);
6768
String

0 commit comments

Comments
 (0)