Find out ids for telegram instances

601 Views Asked by At

Where can I found ids (class ids) for telegram objects that aren't listed in API TL-Schema? (I mean id is like #bc799737 for boolFalse#bc799737)

For example, on Perfect Forward Secrecy page there are such instances as:

  • decryptedMessageActionRequestKey
  • decryptedMessageActionAcceptKey
  • decryptedMessageActionCommitKey
  • decryptedMessageActionAbortKey

But links for them are broken: decryptedMessageActionRequestKey.

How can I figure them out?

1

There are 1 best solutions below

0
On

Look for the full schema here: (version 70 presently)

https://raw.githubusercontent.com/telegramdesktop/tdesktop/dev/Telegram/Resources/scheme.tl

Note, depending on the schema version, some functions, or object might have been dropped.