MCPcopy Create free account
hub / github.com/eternnoir/pyTelegramBotAPI / get_data

Method get_data

telebot/storage/base_storage.py:18–22  ·  view source on GitHub ↗

Get data for a user in a particular chat.

(self, chat_id, user_id)

Source from the content-addressed store, hash-verified

16 raise NotImplementedError
17
18 def get_data(self, chat_id, user_id):
19 """
20 Get data for a user in a particular chat.
21 """
22 raise NotImplementedError
23
24 def set_state(self, chat_id, user_id, state,
25 business_connection_id=None,

Callers 5

getMessageFunction · 0.45
getMessageFunction · 0.45
webhookFunction · 0.45
webhookFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected