Home
last modified time | relevance | path

Searched refs:py_accept_secret_chat (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-cli/tg-20200106/
H A Dpython-tg.h78 PyObject* py_accept_secret_chat(PyObject *self, PyObject *args);
H A Dpython-tg.c1177 PyObject* py_accept_secret_chat(PyObject *self, PyObject *args) { return push_py_func(pq_accept_sec… in py_accept_secret_chat() function
1265 {"accept_secret_chat", py_accept_secret_chat, METH_VARARGS, ""},