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:
authorV V <vvaltman@aurum>2016-01-05 18:07:17 +0300
committerV V <vvaltman@aurum>2016-01-05 18:07:17 +0300
commit980211943f9199b1eee36db8f7589dc311251d8b (patch)
tree0e5c7727e4e320f4186d466f8ea20acec8566ffa /updates.c
parent2cdd7d2c59310160b5c1050c660fd345192719ef (diff)
updated to layer 45
Diffstat (limited to 'updates.c')
-rw-r--r--updates.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/updates.c b/updates.c
index e97fe70..0bfa0e7 100644
--- a/updates.c
+++ b/updates.c
@@ -532,6 +532,16 @@ void tglu_work_update (struct tgl_state *TLS, int check_only, struct tl_ds_updat
break;
case CODE_update_chat_participant_admin:
break;
+ case CODE_update_new_sticker_set:
+ break;
+ case CODE_update_sticker_sets_order:
+ break;
+ case CODE_update_sticker_sets:
+ break;
+ case CODE_update_saved_gifs:
+ break;
+ case CODE_update_bot_inline_query:
+ break;
default:
assert (0);
}