Wasm Directoryalpha
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

NameTypeDescription
current-pageoption​<s32>
has-moreoption​<bool>
items-per-pageoption​<s32>
platform-friendsoption​<list​<friends-platform-friend>>