getChatMemberByIndex method

CSteamId getChatMemberByIndex(
  1. CSteamId steamIdClan,
  2. int iUser
)

Implementation

CSteamId getChatMemberByIndex(
  CSteamId steamIdClan,
  int iUser,
) =>
    _getChatMemberByIndex.call(
      this,
      steamIdClan,
      iUser,
    );