-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I want to validate requestContact data separately. Vanilla telegram sdk gives not only object but string same as in initData.raw, and when i validating it on backend hashes are same.
I tried to manually concat string from this sdk contact object but keys order in contact object is different from original in vanilla sdk.
- Contact object from this sdk
2. Manually concated string
3. Response from vanilla sdk
Describe the solution you'd like
Either preserve keys order so i can concat it manually, or keep original raw string in result object
Describe alternatives you've considered
No response
Additional context
No response
heyqbnk
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request