forked from vk-com/kphp-kdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
friends-tl.h
63 lines (49 loc) · 2.23 KB
/
friends-tl.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/*
This file is part of VK/KittenPHP-DB-Engine.
VK/KittenPHP-DB-Engine is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
VK/KittenPHP-DB-Engine is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with VK/KittenPHP-DB-Engine. If not, see <https://www.gnu.org/licenses/>.
This program is released under the GPL with the additional exemption
that compiling, linking, and/or using OpenSSL is allowed.
You are free to remove this exemption from derived works.
Copyright 2013 Vkontakte Ltd
2013 Vitaliy Valtman
*/
#ifndef __FRIENDS_TL_H__
#define __FRIENDS_TL_H__
#define TL_FRIEND_DELETE_USER 0x9f3041af
#define TL_FRIEND_GET_FRIENDS_ID 0x968544ec
#define TL_FRIEND_GET_FRIENDS 0x40321db8
#define TL_FRIEND_GET_FRIENDS_CNT 0x4561e0ef
#define TL_FRIEND_GET_RECENT_FRIENDS 0x783e613d
#define TL_FRIEND_SET_CAT_LIST 0xaa8daf6f
#define TL_FRIEND_DELETE_CAT 0x84c67759
#define TL_FRIEND_GET_FRIEND 0x26410ec6
#define TL_FRIEND_SET_FRIEND 0x7c1bb8a6
#define TL_FRIEND_REPLACE_FRIEND 0x658c14d0
#define TL_FRIEND_INCR_FRIEND 0x487aabc7
#define TL_FRIEND_DECR_FRIEND 0xa0cc1f55
#define TL_FRIEND_DELETE_FRIEND 0x1091eab6
#define TL_FRIEND_GET_FRIEND_REQ 0x3046d048
#define TL_FRIEND_SET_FRIEND_REQ 0x0bf3ea67
#define TL_FRIEND_ADD_FRIEND_REQ 0xbe216d65
#define TL_FRIEND_REPLACE_FRIEND_REQ 0x37560b9e
#define TL_FRIEND_DELETE_FRIEND_REQ 0x7b3c144f
#define TL_FRIEND_DELETE_REQS 0x3fe0055a
#define TL_FRIEND_GET_REQS 0x5c6f4f2d
#define TL_FRIEND_SET_PRIVACY 0x9628a745
#define TL_FRIEND_REPLACE_PRIVACY 0x5275481c
#define TL_FRIEND_GET_PRIVACY 0x8f5c046b
#define TL_FRIEND_DELETE_PRIVACY 0x371cc41c
#define TL_FRIEND_CHECK_PRIVACY 0xa43a3cb0
#define TL_FRIEND_CHECK_PRIVACY_LIST 0xea338bda
#define TL_FRIEND_COMMON_FRIENDS 0xf0a891bc
#define TL_FRIEND_COMMON_FRIENDS_NUM 0x8932a76f
#endif