chatInstance property

String? get chatInstance

Optional. Global identifier, uniquely corresponding to the chat from which the Mini App was opened. Returned only for Mini Apps launched from a direct link

Implementation

String? get chatInstance => _jsInitData.chat_instance;