Twitch SDK (Internal)
Public Member Functions | Public Attributes | List of all members
ttv::social::SocialFriendRequestsTask::Result Struct Reference

#include <socialfriendrequeststask.h>

Public Member Functions

 Result ()
 

Public Attributes

std::vector< FriendRequestEntryrequests
 
std::string cursor
 The cursor string used to fetch the next page of results, if there are more. More...
 
int32_t total
 The total number of outstanding requests. Use this to determine if there are more pages to request. More...
 
Action action
 
SortDirection direction
 

Constructor & Destructor Documentation

◆ Result()

ttv::social::SocialFriendRequestsTask::Result::Result ( )

Member Data Documentation

◆ action

Action ttv::social::SocialFriendRequestsTask::Result::action

◆ cursor

std::string ttv::social::SocialFriendRequestsTask::Result::cursor

The cursor string used to fetch the next page of results, if there are more.

◆ direction

SortDirection ttv::social::SocialFriendRequestsTask::Result::direction

◆ requests

std::vector<FriendRequestEntry> ttv::social::SocialFriendRequestsTask::Result::requests

◆ total

int32_t ttv::social::SocialFriendRequestsTask::Result::total

The total number of outstanding requests. Use this to determine if there are more pages to request.


The documentation for this struct was generated from the following file: