move message store size into telegram.h

This commit is contained in:
mjentsch 2014-09-01 22:25:02 +02:00
parent 178583cd72
commit a7bb59a13a

View file

@ -174,6 +174,8 @@ struct telegram_config {
void (*on_update_uesr_typing_handler) (struct telegram *instance, void *peer);
};
#define MSG_STORE_SIZE 10000
/**
* A telegram session
*