Home docs nex protocols Subscriber (121)
Post

Subscriber (121)

Methods

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

(1) Hello

Request

TypeDescription
StringUnknown

Response

This method does not return anything.

(2) PostContent

Request

Response

TypeName
Uint64contentId

(3) GetContent

Request

Response

TypeName
List<SubscriberContent>contents

(11) DeleteContent

Request

TypeName
List<String>topics
Uint64contentId

Response

This method does not return anything.

(12) GetContentMulti

Request

Response

TypeName
List<List<SubscriberContent>>contents

(13) UpdateUserStatus

Request

TypeDescription
List<SubscriberUserStatusParam>Param
List<Uint8>Unknown

Response

This method does not return anything.

(14) GetFriendUserStatuses

Request

TypeNameDescription
List<Uint8>keysUp to 8 different integers between 0 and 7

Response

(15) GetUserStatuses

Request

TypeNameDescription
List<PID>usersUser ids
List<Uint8>keysUp to 8 different integers between 0 and 7

Response

Types

SubscriberContent (Structure)

TypeName
Uint64contentId
Stringmessage
qBufferbinary
PIDpid
List<String>topics
DateTimepostTime

SubscriberGetContentParam (Structure)

TypeName
Stringtopic
Uint32size
Uint32offset
Uint64minimumContentId

SubscriberPostContentParam (Structure)

TypeName
List<String>topic
Stringmessage
qBufferbinary

SubscriberUserStatusParam (Structure)

TypeDescription
qBufferUnknown

SubscriberUserStatusInfo (Structure)

TypeName
PIDpid
List<qBuffer>values
Contents