Python wowapi LFG Proposal

Hello all, I am wondering if there is a way i can check if there is a pending LFG invite? I know through the LUA API you can use the function “GetLFGProposal” but i am using python with the “wowapi” module and can not find anything similar to that. Thank you!

Those are two separate things.

This forum and the whole web API is a set of non real-time data about the game and some profile information, they are meant to be used on third party apps and websites that do not interact with the game itself.

The Lua API is a subset of functions (supporting realtime events) within the game client and are used exclusively for addon development and macros. For more details on the Lua API this forum is the right place to go.