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

Method delete_state

telebot/storage/base_storage.py:39–47  ·  view source on GitHub ↗

Delete state for a particular user.

(self, chat_id, user_id,
        business_connection_id=None,
        message_thread_id=None,
        bot_id=None,
    )

Source from the content-addressed store, hash-verified

37 raise NotImplementedError
38
39 def delete_state(self, chat_id, user_id,
40 business_connection_id=None,
41 message_thread_id=None,
42 bot_id=None,
43 ):
44 """
45 Delete state for a particular user.
46 """
47 raise NotImplementedError
48
49 def reset_data(self, chat_id, user_id,
50 business_connection_id=None,

Callers 2

deleteMethod · 0.45
deleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected