1 parent 393b514 commit 20ce2aeCopy full SHA for 20ce2ae
lua-tg.c
@@ -102,6 +102,7 @@ void push_user (tgl_peer_t *P) {
102
lua_add_string_field ("real_first_name", P->user.real_first_name);
103
lua_add_string_field ("real_last_name", P->user.real_last_name);
104
lua_add_string_field ("phone", P->user.phone);
105
+ lua_add_string_field ("username", P->user.username);
106
if (P->user.access_hash) {
107
lua_add_num_field ("access_hash", 1);
108
}
0 commit comments