1

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?

Sovan
  • 168
  • 1
  • 3
  • 12

1 Answers1

0

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.

Charles Okwuagwu
  • 10,538
  • 16
  • 87
  • 157