Telegram API Methods#
The page contains all information about telegram API methods
- File
#include <banana/api.hpp>
- add_sticker_to_set
- answer_callback_query
- answer_inline_query
- answer_pre_checkout_query
- answer_shipping_query
- ban_chat_member
- close
- copy_message
copy_message()
copy_message_args_t
copy_message_args_t::chat_id
copy_message_args_t::from_chat_id
copy_message_args_t::message_id
copy_message_args_t::caption
copy_message_args_t::parse_mode
copy_message_args_t::caption_entities
copy_message_args_t::disable_notification
copy_message_args_t::reply_to_message_id
copy_message_args_t::allow_sending_without_reply
copy_message_args_t::reply_markup
- create_chat_invite_link
- create_new_sticker_set
create_new_sticker_set()
create_new_sticker_set_args_t
create_new_sticker_set_args_t::user_id
create_new_sticker_set_args_t::name
create_new_sticker_set_args_t::title
create_new_sticker_set_args_t::png_sticker
create_new_sticker_set_args_t::tgs_sticker
create_new_sticker_set_args_t::emojis
create_new_sticker_set_args_t::contains_masks
create_new_sticker_set_args_t::mask_position
- delete_chat_photo
- delete_chat_sticker_set
- delete_message
- delete_my_commands
- delete_sticker_from_set
- delete_webhook
- edit_chat_invite_link
- edit_message_caption
- edit_message_live_location
edit_message_live_location()
edit_message_live_location_args_t
edit_message_live_location_args_t::chat_id
edit_message_live_location_args_t::message_id
edit_message_live_location_args_t::inline_message_id
edit_message_live_location_args_t::latitude
edit_message_live_location_args_t::longitude
edit_message_live_location_args_t::horizontal_accuracy
edit_message_live_location_args_t::heading
edit_message_live_location_args_t::proximity_alert_radius
edit_message_live_location_args_t::reply_markup
- edit_message_media
- edit_message_reply_markup
- edit_message_text
edit_message_text()
edit_message_text_args_t
edit_message_text_args_t::chat_id
edit_message_text_args_t::message_id
edit_message_text_args_t::inline_message_id
edit_message_text_args_t::text
edit_message_text_args_t::parse_mode
edit_message_text_args_t::entities
edit_message_text_args_t::disable_web_page_preview
edit_message_text_args_t::reply_markup
- export_chat_invite_link
- forward_message
- get_chat
- get_chat_administrators
- get_chat_member
- get_chat_member_count
- get_file
- get_game_high_scores
- get_me
- get_my_commands
- get_sticker_set
- get_updates
- get_user_profile_photos
- get_webhook_info
- leave_chat
- log_out
- pin_chat_message
- promote_chat_member
promote_chat_member()
promote_chat_member_args_t
promote_chat_member_args_t::chat_id
promote_chat_member_args_t::user_id
promote_chat_member_args_t::is_anonymous
promote_chat_member_args_t::can_manage_chat
promote_chat_member_args_t::can_post_messages
promote_chat_member_args_t::can_edit_messages
promote_chat_member_args_t::can_delete_messages
promote_chat_member_args_t::can_manage_voice_chats
promote_chat_member_args_t::can_restrict_members
promote_chat_member_args_t::can_promote_members
promote_chat_member_args_t::can_change_info
promote_chat_member_args_t::can_invite_users
promote_chat_member_args_t::can_pin_messages
- restrict_chat_member
- revoke_chat_invite_link
- send_animation
send_animation()
send_animation_args_t
send_animation_args_t::chat_id
send_animation_args_t::animation
send_animation_args_t::duration
send_animation_args_t::width
send_animation_args_t::height
send_animation_args_t::thumb
send_animation_args_t::caption
send_animation_args_t::parse_mode
send_animation_args_t::caption_entities
send_animation_args_t::disable_notification
send_animation_args_t::reply_to_message_id
send_animation_args_t::allow_sending_without_reply
send_animation_args_t::reply_markup
- send_audio
send_audio()
send_audio_args_t
send_audio_args_t::chat_id
send_audio_args_t::audio
send_audio_args_t::caption
send_audio_args_t::parse_mode
send_audio_args_t::caption_entities
send_audio_args_t::duration
send_audio_args_t::performer
send_audio_args_t::title
send_audio_args_t::thumb
send_audio_args_t::disable_notification
send_audio_args_t::reply_to_message_id
send_audio_args_t::allow_sending_without_reply
send_audio_args_t::reply_markup
- send_chat_action
- send_contact
send_contact()
send_contact_args_t
send_contact_args_t::chat_id
send_contact_args_t::phone_number
send_contact_args_t::first_name
send_contact_args_t::last_name
send_contact_args_t::vcard
send_contact_args_t::disable_notification
send_contact_args_t::reply_to_message_id
send_contact_args_t::allow_sending_without_reply
send_contact_args_t::reply_markup
- send_dice
- send_document
send_document()
send_document_args_t
send_document_args_t::chat_id
send_document_args_t::document
send_document_args_t::thumb
send_document_args_t::caption
send_document_args_t::parse_mode
send_document_args_t::caption_entities
send_document_args_t::disable_content_type_detection
send_document_args_t::disable_notification
send_document_args_t::reply_to_message_id
send_document_args_t::allow_sending_without_reply
send_document_args_t::reply_markup
- send_game
- send_invoice
send_invoice()
send_invoice_args_t
send_invoice_args_t::chat_id
send_invoice_args_t::title
send_invoice_args_t::description
send_invoice_args_t::payload
send_invoice_args_t::provider_token
send_invoice_args_t::currency
send_invoice_args_t::prices
send_invoice_args_t::max_tip_amount
send_invoice_args_t::suggested_tip_amounts
send_invoice_args_t::start_parameter
send_invoice_args_t::provider_data
send_invoice_args_t::photo_url
send_invoice_args_t::photo_size
send_invoice_args_t::photo_width
send_invoice_args_t::photo_height
send_invoice_args_t::need_name
send_invoice_args_t::need_phone_number
send_invoice_args_t::need_email
send_invoice_args_t::need_shipping_address
send_invoice_args_t::send_phone_number_to_provider
send_invoice_args_t::send_email_to_provider
send_invoice_args_t::is_flexible
send_invoice_args_t::disable_notification
send_invoice_args_t::reply_to_message_id
send_invoice_args_t::allow_sending_without_reply
send_invoice_args_t::reply_markup
- send_location
send_location()
send_location_args_t
send_location_args_t::chat_id
send_location_args_t::latitude
send_location_args_t::longitude
send_location_args_t::horizontal_accuracy
send_location_args_t::live_period
send_location_args_t::heading
send_location_args_t::proximity_alert_radius
send_location_args_t::disable_notification
send_location_args_t::reply_to_message_id
send_location_args_t::allow_sending_without_reply
send_location_args_t::reply_markup
- send_media_group
- send_message
send_message()
send_message_args_t
send_message_args_t::chat_id
send_message_args_t::text
send_message_args_t::parse_mode
send_message_args_t::entities
send_message_args_t::disable_web_page_preview
send_message_args_t::disable_notification
send_message_args_t::reply_to_message_id
send_message_args_t::allow_sending_without_reply
send_message_args_t::reply_markup
- send_photo
send_photo()
send_photo_args_t
send_photo_args_t::chat_id
send_photo_args_t::photo
send_photo_args_t::caption
send_photo_args_t::parse_mode
send_photo_args_t::caption_entities
send_photo_args_t::disable_notification
send_photo_args_t::reply_to_message_id
send_photo_args_t::allow_sending_without_reply
send_photo_args_t::reply_markup
- send_poll
send_poll()
send_poll_args_t
send_poll_args_t::chat_id
send_poll_args_t::question
send_poll_args_t::options
send_poll_args_t::is_anonymous
send_poll_args_t::type
send_poll_args_t::allows_multiple_answers
send_poll_args_t::correct_option_id
send_poll_args_t::explanation
send_poll_args_t::explanation_parse_mode
send_poll_args_t::explanation_entities
send_poll_args_t::open_period
send_poll_args_t::close_date
send_poll_args_t::is_closed
send_poll_args_t::disable_notification
send_poll_args_t::reply_to_message_id
send_poll_args_t::allow_sending_without_reply
send_poll_args_t::reply_markup
- send_sticker
- send_venue
send_venue()
send_venue_args_t
send_venue_args_t::chat_id
send_venue_args_t::latitude
send_venue_args_t::longitude
send_venue_args_t::title
send_venue_args_t::address
send_venue_args_t::foursquare_id
send_venue_args_t::foursquare_type
send_venue_args_t::google_place_id
send_venue_args_t::google_place_type
send_venue_args_t::disable_notification
send_venue_args_t::reply_to_message_id
send_venue_args_t::allow_sending_without_reply
send_venue_args_t::reply_markup
- send_video
send_video()
send_video_args_t
send_video_args_t::chat_id
send_video_args_t::video
send_video_args_t::duration
send_video_args_t::width
send_video_args_t::height
send_video_args_t::thumb
send_video_args_t::caption
send_video_args_t::parse_mode
send_video_args_t::caption_entities
send_video_args_t::supports_streaming
send_video_args_t::disable_notification
send_video_args_t::reply_to_message_id
send_video_args_t::allow_sending_without_reply
send_video_args_t::reply_markup
- send_video_note
send_video_note()
send_video_note_args_t
send_video_note_args_t::chat_id
send_video_note_args_t::video_note
send_video_note_args_t::duration
send_video_note_args_t::length
send_video_note_args_t::thumb
send_video_note_args_t::disable_notification
send_video_note_args_t::reply_to_message_id
send_video_note_args_t::allow_sending_without_reply
send_video_note_args_t::reply_markup
- send_voice
send_voice()
send_voice_args_t
send_voice_args_t::chat_id
send_voice_args_t::voice
send_voice_args_t::caption
send_voice_args_t::parse_mode
send_voice_args_t::caption_entities
send_voice_args_t::duration
send_voice_args_t::disable_notification
send_voice_args_t::reply_to_message_id
send_voice_args_t::allow_sending_without_reply
send_voice_args_t::reply_markup
- set_chat_administrator_custom_title
- set_chat_description
- set_chat_permissions
- set_chat_photo
- set_chat_sticker_set
- set_chat_title
- set_game_score
- set_my_commands
- set_passport_data_errors
- set_sticker_position_in_set
- set_sticker_set_thumb
- set_webhook
- stop_message_live_location
- stop_poll
- unban_chat_member
- unpin_all_chat_messages
- unpin_chat_message
- upload_sticker_file