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

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvaltman <vvaltman@neon>2015-06-16 21:58:05 +0300
committervvaltman <vvaltman@neon>2015-06-16 21:58:05 +0300
commit73482c7a461ff4341ea098dd258b6373f530ab70 (patch)
tree68ff511bcea8704fb3bc468924d3511e7974ec93 /tgl-fetch.h
parented9217f262714094068a724537fa15ac30130333 (diff)
updated to layer 31
Diffstat (limited to 'tgl-fetch.h')
-rw-r--r--tgl-fetch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tgl-fetch.h b/tgl-fetch.h
index 90cd5b8..09bd2b9 100644
--- a/tgl-fetch.h
+++ b/tgl-fetch.h
@@ -54,4 +54,6 @@ void tglf_fetch_message_short_chat_new (struct tgl_state *TLS, struct tgl_messag
struct tgl_message *tglf_fetch_alloc_message_short_new (struct tgl_state *TLS, struct tl_ds_updates *DS_U);
struct tgl_message *tglf_fetch_alloc_message_short_chat_new (struct tgl_state *TLS, struct tl_ds_updates *DS_U);
struct tgl_photo *tglf_fetch_alloc_photo_new (struct tgl_state *TLS, struct tl_ds_photo *DS_P);
+struct tgl_bot_info *tglf_fetch_alloc_bot_info (struct tgl_state *TLS, struct tl_ds_bot_info *DS_BI);
+struct tgl_message_reply_markup *tglf_fetch_alloc_reply_markup (struct tgl_state *TLS, struct tl_ds_reply_markup *DS_RM);
#endif