get_option()#

Client.get_option()[source]#

Returns the value of an option by its name.

Usable by Users Bots
Parameters:

name (str) – The name of the option.

Returns:

bool | int | str | list | dict – On success, the value of the option is returned.