Record
friends-platform-friend-response
No description available.
record friends-platform-friend-response {
current-page: option<s32>,
has-more: option<bool>,
items-per-page: option<s32>,
platform-friends: option<list<friends-platform-friend>>,
}Fields
| Name | Type | Description |
|---|---|---|
| current-page | option<s32> | |
| has-more | option<bool> | |
| items-per-page | option<s32> | |
| platform-friends | option<list<friends-platform-friend>> |