| __init__(self, hass, bot, allowed_chat_ids, parser) | homeassistant.components.telegram_bot.TelegramNotificationService | |
| _default_user | homeassistant.components.telegram_bot.TelegramNotificationService | private |
| _get_msg_ids(self, msg_data, chat_id) | homeassistant.components.telegram_bot.TelegramNotificationService | private |
| _get_msg_kwargs(self, data) | homeassistant.components.telegram_bot.TelegramNotificationService | private |
| _get_target_chat_ids(self, target) | homeassistant.components.telegram_bot.TelegramNotificationService | private |
| _last_message_id | homeassistant.components.telegram_bot.TelegramNotificationService | private |
| _parse_mode | homeassistant.components.telegram_bot.TelegramNotificationService | private |
| _parsers | homeassistant.components.telegram_bot.TelegramNotificationService | private |
| _send_msg(self, func_send, msg_error, message_tag, *args_msg, context=None, **kwargs_msg) | homeassistant.components.telegram_bot.TelegramNotificationService | private |
| allowed_chat_ids | homeassistant.components.telegram_bot.TelegramNotificationService | |
| answer_callback_query(self, message, callback_query_id, show_alert=False, context=None, **kwargs) | homeassistant.components.telegram_bot.TelegramNotificationService | |
| bot | homeassistant.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 | |
| hass | homeassistant.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 | |