Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjentsch <mtthsjntsch@gmail.com>2016-02-14 02:34:30 +0300
committermjentsch <mtthsjntsch@gmail.com>2016-02-14 02:34:30 +0300
commitabbaad7a0cf871fd269243c10779fb06cb6d5c2c (patch)
tree59ca50614a2d4abb0ee20cf9384991eb4929e15a /tgp-chat.h
parent496eb6328fea29734fbfc9a06d72851bbe6255a3 (diff)
Support leaving channels and exporting channel invite links
Diffstat (limited to 'tgp-chat.h')
-rw-r--r--tgp-chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tgp-chat.h b/tgp-chat.h
index 0e6986c..d8e831d 100644
--- a/tgp-chat.h
+++ b/tgp-chat.h
@@ -41,6 +41,8 @@ PurpleChat *tgp_chat_new (struct tgl_state *TLS, tgl_peer_t *P);
tgl_peer_id_t tgp_chat_get_id (PurpleChat *C);
int tgp_chat_has_id (PurpleChat *C);
+void tgp_chat_blist_store (struct tgl_state *TLS, tgl_peer_t *P, const char *group);
+
PurpleConversation *tgp_chat_show (struct tgl_state *TLS, tgl_peer_t *P);
int tgprpl_send_chat (PurpleConnection *gc, int id, const char *message, PurpleMessageFlags flags);
char *tgprpl_get_chat_name (GHashTable *data);