hash property
String?
get
hash
A hash of all passed parameters, which the bot server can use to check their validity.
Implementation
String? get hash => _jsInitData.hash;
A hash of all passed parameters, which the bot server can use to check their validity.
String? get hash => _jsInitData.hash;