Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.telegram_bot.TelegramNotificationService Member List

This is the complete list of members for homeassistant.components.telegram_bot.TelegramNotificationService, including all inherited members.

__init__(self, hass, bot, allowed_chat_ids, parser)homeassistant.components.telegram_bot.TelegramNotificationService
_default_userhomeassistant.components.telegram_bot.TelegramNotificationServiceprivate
_get_msg_ids(self, msg_data, chat_id)homeassistant.components.telegram_bot.TelegramNotificationServiceprivate
_get_msg_kwargs(self, data)homeassistant.components.telegram_bot.TelegramNotificationServiceprivate
_get_target_chat_ids(self, target)homeassistant.components.telegram_bot.TelegramNotificationServiceprivate
_last_message_idhomeassistant.components.telegram_bot.TelegramNotificationServiceprivate
_parse_modehomeassistant.components.telegram_bot.TelegramNotificationServiceprivate
_parsershomeassistant.components.telegram_bot.TelegramNotificationServiceprivate
_send_msg(self, func_send, msg_error, message_tag, *args_msg, context=None, **kwargs_msg)homeassistant.components.telegram_bot.TelegramNotificationServiceprivate
allowed_chat_idshomeassistant.components.telegram_bot.TelegramNotificationService
answer_callback_query(self, message, callback_query_id, show_alert=False, context=None, **kwargs)homeassistant.components.telegram_bot.TelegramNotificationService
bothomeassistant.components.telegram_bot.TelegramNotificationService
delete_message(self, chat_id=None, context=None, **kwargs)homeassistant.components.telegram_bot.TelegramNotificationService
edit_message(self, type_edit, chat_id=None, context=None, **kwargs)homeassistant.components.telegram_bot.TelegramNotificationService
hasshomeassistant.components.telegram_bot.TelegramNotificationService
leave_chat(self, chat_id=None, context=None)homeassistant.components.telegram_bot.TelegramNotificationService
send_file(self, file_type=SERVICE_SEND_PHOTO, target=None, context=None, **kwargs)homeassistant.components.telegram_bot.TelegramNotificationService
send_location(self, latitude, longitude, target=None, context=None, **kwargs)homeassistant.components.telegram_bot.TelegramNotificationService
send_message(self, message="", target=None, context=None, **kwargs)homeassistant.components.telegram_bot.TelegramNotificationService
send_poll(self, question, options, is_anonymous, allows_multiple_answers, target=None, context=None, **kwargs)homeassistant.components.telegram_bot.TelegramNotificationService
send_sticker(self, target=None, context=None, **kwargs)homeassistant.components.telegram_bot.TelegramNotificationService