Home
last modified time | relevance | path

Searched refs:py_chat_info (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/telegram-cli/tg-20200106/
H A Dpython-tg.h61 PyObject* py_chat_info(PyObject *self, PyObject *args);
H A Dpython-tg.c1160 PyObject* py_chat_info(PyObject *self, PyObject *args) { return push_py_func(pq_chat_info, args); } in py_chat_info() function
1248 {"chat_info", py_chat_info, METH_VARARGS, ""},
H A Dpython-types.c861 return py_chat_info(Py_None, api_call); in tgl_Peer_info()