Home
last modified time | relevance | path

Searched refs:get_bot_data (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/ext/
H A Dbasepersistence.py79 get_bot_data = instance.get_bot_data
91 return instance.insert_bot(get_bot_data())
104 instance.get_bot_data = get_bot_data_insert_bot
308 def get_bot_data(self) -> Dict[Any, Any]: member in BasePersistence
H A Ddictpersistence.py209 def get_bot_data(self) -> Dict[Any, Any]: member in DictPersistence
H A Dpicklepersistence.py185 def get_bot_data(self) -> Dict[Any, Any]: member in PicklePersistence
H A Ddispatcher.py185 self.bot_data = self.persistence.get_bot_data()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DTopDialogManager.cpp396 auto r_bot_info = td_->contacts_manager_->get_bot_data(user_id); in on_load_dialogs()
H A DInlineQueriesManager.cpp799 auto r_bot_data = td_->contacts_manager_->get_bot_data(bot_user_id); in send_inline_query()
1879 auto r_bot_data = td_->contacts_manager_->get_bot_data(bot_user_id); in update_bot_usage()
H A DContactsManager.h446 Result<BotData> get_bot_data(UserId user_id) const TD_WARN_UNUSED_RESULT;
H A DContactsManager.cpp13810 Result<ContactsManager::BotData> ContactsManager::get_bot_data(UserId user_id) const { in get_bot_data() function in td::ContactsManager
H A DMessagesManager.cpp13261 auto r_bot_data = td_->contacts_manager_->get_bot_data(user_id); in on_resolve_secret_chat_message_via_bot_username()
25085 TRY_RESULT(bot_data, td_->contacts_manager_->get_bot_data(bot_user_id)); in send_bot_start_message()