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

Method get_state

telebot/storage/base_storage.py:59–64  ·  view source on GitHub ↗
(self, chat_id, user_id,
        business_connection_id=None,
        message_thread_id=None,
        bot_id=None,
    )

Source from the content-addressed store, hash-verified

57 raise NotImplementedError
58
59 def get_state(self, chat_id, user_id,
60 business_connection_id=None,
61 message_thread_id=None,
62 bot_id=None,
63 ):
64 raise NotImplementedError
65
66 def get_interactive_data(self, chat_id, user_id,
67 business_connection_id=None,

Callers 2

getMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected