MadelineProtoDocs/old_docs/API_docs_v53/constructors/messages.dhConfigNotModified.md
2019-12-27 18:25:37 +01:00

817 B

title description image
messages.dhConfigNotModified Configuring parameters did not change. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.dhConfigNotModified

Back to constructors index

Configuring parameters did not change.

Attributes:

Name Type Required Description
random bytes Yes Random sequence of bytes of assigned length

Type: messages.DhConfig

Example:

$messages.dhConfigNotModified = ['_' => 'messages.dhConfigNotModified', 'random' => 'bytes'];

Or, if you're into Lua:

messages.dhConfigNotModified={_='messages.dhConfigNotModified', random='bytes'}