Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Functions
telebot-inline.h File Reference

This file contains inline mode feature of telegram bot. More...

#include <stdbool.h>
#include "telebot-types.h"

Go to the source code of this file.

Functions

telebot_error_e telebot_answer_inline_query (telebot_handler_t handle, const char *inline_query_id, const char *results, int cache_time, bool is_personal, const char *next_offset, const char *button)
 Use this method to send answers to an inline query.
 
telebot_error_e telebot_save_prepared_inline_message (telebot_handler_t handle, long long int user_id, const char *result, bool allow_user_chats, bool allow_bot_chats, bool allow_group_chats, bool allow_channel_chats, telebot_prepared_inline_message_t *prepared_message)
 Use this method to save a prepared inline message.
 
telebot_error_e telebot_put_prepared_inline_message (telebot_prepared_inline_message_t *prepared_message)
 Release prepared inline message.
 
telebot_error_e telebot_answer_web_app_query (telebot_handler_t handle, const char *web_app_query_id, const char *result, char **inline_message_id)
 Use this method to send answers to an inline query to a user from a Web App.
 

Detailed Description

This file contains inline mode feature of telegram bot.

Author
Elmurod Talipov
Date
2026-02-27