| ConnectLobby(Int64 lobbyId, string secret, ConnectLobbyHandler callback) | Discord.LobbyManager | |
| ConnectLobbyCallbackImpl(IntPtr ptr, Result result, ref Lobby lobby) | Discord.LobbyManager | privatestatic |
| ConnectLobbyHandler(Result result, ref Lobby lobby) | Discord.LobbyManager | |
| ConnectLobbyWithActivitySecret(string activitySecret, ConnectLobbyWithActivitySecretHandler callback) | Discord.LobbyManager | |
| ConnectLobbyWithActivitySecretCallbackImpl(IntPtr ptr, Result result, ref Lobby lobby) | Discord.LobbyManager | privatestatic |
| ConnectLobbyWithActivitySecretHandler(Result result, ref Lobby lobby) | Discord.LobbyManager | |
| ConnectNetwork(Int64 lobbyId) | Discord.LobbyManager | |
| ConnectVoice(Int64 lobbyId, ConnectVoiceHandler callback) | Discord.LobbyManager | |
| ConnectVoiceCallbackImpl(IntPtr ptr, Result result) | Discord.LobbyManager | privatestatic |
| ConnectVoiceHandler(Result result) | Discord.LobbyManager | |
| CreateLobby(LobbyTransaction transaction, CreateLobbyHandler callback) | Discord.LobbyManager | |
| CreateLobbyCallbackImpl(IntPtr ptr, Result result, ref Lobby lobby) | Discord.LobbyManager | privatestatic |
| CreateLobbyHandler(Result result, ref Lobby lobby) | Discord.LobbyManager | |
| DeleteLobby(Int64 lobbyId, DeleteLobbyHandler callback) | Discord.LobbyManager | |
| DeleteLobbyCallbackImpl(IntPtr ptr, Result result) | Discord.LobbyManager | privatestatic |
| DeleteLobbyHandler(Result result) | Discord.LobbyManager | |
| DisconnectLobby(Int64 lobbyId, DisconnectLobbyHandler callback) | Discord.LobbyManager | |
| DisconnectLobbyCallbackImpl(IntPtr ptr, Result result) | Discord.LobbyManager | privatestatic |
| DisconnectLobbyHandler(Result result) | Discord.LobbyManager | |
| DisconnectNetwork(Int64 lobbyId) | Discord.LobbyManager | |
| DisconnectVoice(Int64 lobbyId, DisconnectVoiceHandler callback) | Discord.LobbyManager | |
| DisconnectVoiceCallbackImpl(IntPtr ptr, Result result) | Discord.LobbyManager | privatestatic |
| DisconnectVoiceHandler(Result result) | Discord.LobbyManager | |
| FlushNetwork() | Discord.LobbyManager | |
| GetLobby(Int64 lobbyId) | Discord.LobbyManager | |
| GetLobbyActivitySecret(Int64 lobbyId) | Discord.LobbyManager | |
| GetLobbyCreateTransaction() | Discord.LobbyManager | |
| GetLobbyId(Int32 index) | Discord.LobbyManager | |
| GetLobbyMetadataKey(Int64 lobbyId, Int32 index) | Discord.LobbyManager | |
| GetLobbyMetadataValue(Int64 lobbyId, string key) | Discord.LobbyManager | |
| GetLobbyUpdateTransaction(Int64 lobbyId) | Discord.LobbyManager | |
| GetMemberMetadataKey(Int64 lobbyId, Int64 userId, Int32 index) | Discord.LobbyManager | |
| GetMemberMetadataValue(Int64 lobbyId, Int64 userId, string key) | Discord.LobbyManager | |
| GetMemberUpdateTransaction(Int64 lobbyId, Int64 userId) | Discord.LobbyManager | |
| GetMemberUser(Int64 lobbyId, Int64 userId) | Discord.LobbyManager | |
| GetMemberUserId(Int64 lobbyId, Int32 index) | Discord.LobbyManager | |
| GetMemberUsers(Int64 lobbyID) | Discord.LobbyManager | |
| GetSearchQuery() | Discord.LobbyManager | |
| InitEvents(IntPtr eventsPtr, ref FFIEvents events) | Discord.LobbyManager | private |
| LobbyCount() | Discord.LobbyManager | |
| LobbyDeleteHandler(Int64 lobbyId, UInt32 reason) | Discord.LobbyManager | |
| LobbyMessageHandler(Int64 lobbyId, Int64 userId, byte[] data) | Discord.LobbyManager | |
| LobbyMetadataCount(Int64 lobbyId) | Discord.LobbyManager | |
| LobbyUpdateHandler(Int64 lobbyId) | Discord.LobbyManager | |
| MemberConnectHandler(Int64 lobbyId, Int64 userId) | Discord.LobbyManager | |
| MemberCount(Int64 lobbyId) | Discord.LobbyManager | |
| MemberDisconnectHandler(Int64 lobbyId, Int64 userId) | Discord.LobbyManager | |
| MemberMetadataCount(Int64 lobbyId, Int64 userId) | Discord.LobbyManager | |
| MemberUpdateHandler(Int64 lobbyId, Int64 userId) | Discord.LobbyManager | |
| Methods | Discord.LobbyManager | private |
| MethodsPtr | Discord.LobbyManager | private |
| MethodsStructure | Discord.LobbyManager | private |
| NetworkMessageHandler(Int64 lobbyId, Int64 userId, byte channelId, byte[] data) | Discord.LobbyManager | |
| OnLobbyDelete | Discord.LobbyManager | |
| OnLobbyDeleteImpl(IntPtr ptr, Int64 lobbyId, UInt32 reason) | Discord.LobbyManager | privatestatic |
| OnLobbyMessage | Discord.LobbyManager | |
| OnLobbyMessageImpl(IntPtr ptr, Int64 lobbyId, Int64 userId, IntPtr dataPtr, Int32 dataLen) | Discord.LobbyManager | privatestatic |
| OnLobbyUpdate | Discord.LobbyManager | |
| OnLobbyUpdateImpl(IntPtr ptr, Int64 lobbyId) | Discord.LobbyManager | privatestatic |
| OnMemberConnect | Discord.LobbyManager | |
| OnMemberConnectImpl(IntPtr ptr, Int64 lobbyId, Int64 userId) | Discord.LobbyManager | privatestatic |
| OnMemberDisconnect | Discord.LobbyManager | |
| OnMemberDisconnectImpl(IntPtr ptr, Int64 lobbyId, Int64 userId) | Discord.LobbyManager | privatestatic |
| OnMemberUpdate | Discord.LobbyManager | |
| OnMemberUpdateImpl(IntPtr ptr, Int64 lobbyId, Int64 userId) | Discord.LobbyManager | privatestatic |
| OnNetworkMessage | Discord.LobbyManager | |
| OnNetworkMessageImpl(IntPtr ptr, Int64 lobbyId, Int64 userId, byte channelId, IntPtr dataPtr, Int32 dataLen) | Discord.LobbyManager | privatestatic |
| OnSpeaking | Discord.LobbyManager | |
| OnSpeakingImpl(IntPtr ptr, Int64 lobbyId, Int64 userId, bool speaking) | Discord.LobbyManager | privatestatic |
| OpenNetworkChannel(Int64 lobbyId, byte channelId, bool reliable) | Discord.LobbyManager | |
| Search(LobbySearchQuery query, SearchHandler callback) | Discord.LobbyManager | |
| SearchCallbackImpl(IntPtr ptr, Result result) | Discord.LobbyManager | privatestatic |
| SearchHandler(Result result) | Discord.LobbyManager | |
| SendLobbyMessage(Int64 lobbyId, byte[] data, SendLobbyMessageHandler callback) | Discord.LobbyManager | |
| SendLobbyMessage(Int64 lobbyID, string data, SendLobbyMessageHandler handler) | Discord.LobbyManager | |
| SendLobbyMessageCallbackImpl(IntPtr ptr, Result result) | Discord.LobbyManager | privatestatic |
| SendLobbyMessageHandler(Result result) | Discord.LobbyManager | |
| SendNetworkMessage(Int64 lobbyId, Int64 userId, byte channelId, byte[] data) | Discord.LobbyManager | |
| SpeakingHandler(Int64 lobbyId, Int64 userId, bool speaking) | Discord.LobbyManager | |
| UpdateLobby(Int64 lobbyId, LobbyTransaction transaction, UpdateLobbyHandler callback) | Discord.LobbyManager | |
| UpdateLobbyCallbackImpl(IntPtr ptr, Result result) | Discord.LobbyManager | privatestatic |
| UpdateLobbyHandler(Result result) | Discord.LobbyManager | |
| UpdateMember(Int64 lobbyId, Int64 userId, LobbyMemberTransaction transaction, UpdateMemberHandler callback) | Discord.LobbyManager | |
| UpdateMemberCallbackImpl(IntPtr ptr, Result result) | Discord.LobbyManager | privatestatic |
| UpdateMemberHandler(Result result) | Discord.LobbyManager | |