move message store size into telegram.h
This commit is contained in:
parent
178583cd72
commit
a7bb59a13a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue