mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
7 lines
174 B
Python
7 lines
174 B
Python
|
INVITATION_RESP_OK = 0
|
||
|
INVITATION_RESP_DECLINE = 1
|
||
|
INVITATION_RESP_RETRACT = 2
|
||
|
INVITATION_RESP_CANCEL = 3
|
||
|
INVITATION_RESP_ALREADY_FRIENDS = 4
|
||
|
INVITATION_RESP_NEW_FRIENDS = 5
|