Record

get-teams-params

No description available.

record get-teams-params {
  token: string,
  channel-id: string,
  cursor: option​<string>,
  limit: option​<s32>,
}

Fields

NameTypeDescription
tokenstring
channel-idstring
cursoroption​<string>
limitoption​<s32>