public MatchmakingGetLobbyChatEntryResult GetLobbyChatEntry(SteamID steamIDLobby, int chatID, byte[] data)
        {
            MatchmakingGetLobbyChatEntryResult result = new MatchmakingGetLobbyChatEntryResult();

            result.Result = GetLobbyChatEntry(steamIDLobby, chatID, out result.SteamIDUser, data, out result.ChatEntryType);
            return(result);
        }
 public MatchmakingGetLobbyChatEntryResult GetLobbyChatEntry(SteamID steamIDLobby, int chatID, byte[] data)
 {
     MatchmakingGetLobbyChatEntryResult result = new MatchmakingGetLobbyChatEntryResult();
     result.Result = GetLobbyChatEntry(steamIDLobby, chatID, out result.SteamIDUser, data, out result.ChatEntryType);
     return result;
 }