Home
last modified time | relevance | path

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

/dports/net-im/telegram-cli/tg-20200106/
H A Dpython-tg.h64 PyObject* py_chat_add_user(PyObject *self, PyObject *args);
H A Dpython-tg.c1163 PyObject* py_chat_add_user(PyObject *self, PyObject *args) { return push_py_func(pq_chat_add_user, … in py_chat_add_user() function
1251 {"chat_add_user", py_chat_add_user, METH_VARARGS, ""},
H A Dpython-types.c764 return py_chat_add_user(Py_None, api_call); in tgl_Peer_chat_add_user()