Wrote group chat invite code.

This commit is contained in:
Håvard Pettersson 2014-10-04 21:42:30 +02:00
parent 4c6e739527
commit f81176881f
8 changed files with 185 additions and 5 deletions

View file

@ -40,6 +40,7 @@ struct t_twc_list_item
void *data;
struct t_twc_profile *profile;
struct t_twc_friend_request *friend_request;
struct t_twc_group_chat_invite *group_chat_invite;
struct t_twc_chat *chat;
struct t_twc_queued_message *queued_message;
};