style: format file

This commit is contained in:
2026-01-06 17:59:58 +01:00
parent ec2095caf8
commit 0114ca3c97
3 changed files with 12 additions and 9 deletions

View File

@@ -265,7 +265,8 @@ tgbot_rc tgbot_get_me(tgbot_s *bot, tgbot_me_s *me) {
return TGBOT_OK;
}
tgbot_rc tgbot_send_message(tgbot_s *bot, int64_t chat_id, const char *text, const char *parse_mode, tgbot_inlinekeyboard_s *keyboard) {
tgbot_rc tgbot_send_message(tgbot_s *bot, int64_t chat_id, const char *text, const char *parse_mode,
tgbot_inlinekeyboard_s *keyboard) {
char url[1024];
tgbot_json_option options[4] = {
@@ -288,7 +289,8 @@ tgbot_rc tgbot_send_message(tgbot_s *bot, int64_t chat_id, const char *text, con
return TGBOT_OK;
}
tgbot_rc tgbot_edit_message_text(tgbot_s *bot, int64_t chat_id, long message_id, const char *text, tgbot_inlinekeyboard_s *keyboard) {
tgbot_rc tgbot_edit_message_text(tgbot_s *bot, int64_t chat_id, long message_id, const char *text,
tgbot_inlinekeyboard_s *keyboard) {
char url[1024];
tgbot_json_option options[4] = {