Skip to content

Subscriber Protocol

Yannik Marchand edited this page Sep 1, 2020 · 15 revisions

NEX Protocols > Subscriber (0x79)

Method ID Method Name
1 Hello
2 PostContent
3 GetContent
4 Follow
5 UnfollowAllAndFollow
6 Unfollow
7 GetFollowing
8 GetFollower
9 GetNumFollowers
10 GetTimeline
11 DeleteContent
12 GetContentMulti
13 UpdateUserStatus
14 GetFriendUserStatuses
15 GetUserStatuses

(2) PostContent

Request

Type Description
SubscriberPostContentParam Param

Response

Type Description
Uint64 Unknown

(3) GetContent

Request

Type Description
SubscriberGetContentParam Param

Response

Type Description
List<SubscriberContent> Content

(12) GetContentMulti

Request

Type Description
List<SubscriberGetContentParam Param

Response

Type Description
List<List<SubscriberContent>> Content

Types

SubscriberContent (Structure)

Type Description
Uint64 Unknown
String Unknown
qBuffer Unknown
Uint64 Unknown
List<String> Unknown
DateTime Unknown

SubscriberGetContentParam (Structure)

Type Description
String Unknown
Uint32 Unknown
Uint32 Unknown
Uint64 Unknown

SubscriberPostContentParam (Structure)

Type Description
List<String> Unknown
String Unknown
qBuffer Unknown
Clone this wiki locally