telegramlib.get_param

telegramlib.get_param(key)[source]

Get the value of a user custom parameter.

Parameters:

key (any) – The key name of the parameter whose value you want to get. It must be one of the keys in the default parameter dictionary.

Returns:

The value associated with the key name parameter.

Return type:

any