#telegram #utilities #init-data #tma #mini-apps

tma-init-data

Utilities to work with Telegram Mini Apps init data

8 releases (stable)

new 1.2.1 Mar 24, 2025
1.2.0 Jan 24, 2025
0.1.1 Nov 4, 2024

#30 in #telegram

Download history 48/week @ 2024-12-04 64/week @ 2024-12-11 47/week @ 2024-12-18 66/week @ 2024-12-25 48/week @ 2025-01-01 176/week @ 2025-01-08 295/week @ 2025-01-15 329/week @ 2025-01-22 60/week @ 2025-01-29 85/week @ 2025-02-05 27/week @ 2025-02-12 39/week @ 2025-02-19 44/week @ 2025-02-26 39/week @ 2025-03-05 18/week @ 2025-03-12 143/week @ 2025-03-19

248 downloads per month

MIT license

19KB
273 lines

TMA Init Data Rust

The crate provides utilities to work with Telegram Mini Apps init data.

Crates.io codecov

Available functions

  • parse - allow to parse string with init data into InitData struct.
  • validate - validates passed init data.
  • sign - signs hashmap with the passed token.
  • sign_query_string - signs query string with the passed token.

Implementation was taken from init-data-golang.

Dependencies

~3.5–5MB
~94K SLoC