initDataUnsafe property

WebAppInitData? get initDataUnsafe

An object with input data transferred to the Mini App. WARNING: Data from this field should not be trusted. You should only use data from initData on the bot's server and only after it has been validated.

Implementation

WebAppInitData? get initDataUnsafe;