mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 01:07:54 +00:00
6 lines
174 B
Python
6 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
|