Initial commit carried over from private repo. This is V2.
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
namespace MessengerApi.Configuration.Enums
|
||||
{
|
||||
public enum HousekeepingMessageStates
|
||||
{
|
||||
None,
|
||||
Delivered,
|
||||
Acknowledged
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user