MadelineProtoDocs/docs/API_docs/constructors/messages_dhConfigNotModifie...

749 B

title description image
messages.dhConfigNotModified Dh config not modified https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.dhConfigNotModified

Back to constructors index

Dh config not modified

Attributes:

Name Type Required Description
random bytes Yes Random

Type: messages_DhConfig

Example:

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

Or, if you're into Lua:

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