initDataUnsafe property

  1. @override
WebAppInitData? get initDataUnsafe
override

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

@override
WebAppInitData? get initDataUnsafe => WebAppInitData(Telegram.WebApp.initDataUnsafe);