receiver property
WebAppUser?
get
receiver
Optional. An object containing data about the chat partner of the current user in the chat where the bot was launched via the attachment menu. Returned only for private chats and only for Mini Apps launched via the attachment menu.
Implementation
WebAppUser? get receiver => _jsInitData.receiver != null ? WebAppUser(_jsInitData.receiver!) : null;