appContext property

  1. @BuiltValueField(wireName: 'app_context')
String? appContext

If the application is opened from history, then in the launch parameters, in vk_ref, the value of story {owner_id}{story_id}{access_key}{sticker_id}{context} context - Base64 string. Maximum 500 characters

Implementation

@BuiltValueField(wireName: 'app_context')
String? get appContext;