#################### Private functions #################### .. _moobius.core.sdk.Moobius._set_loguru: Moobius._set_loguru --------------------------------------------------------------------------------------------------------------------- Sets the log levels etc. Set after setting self._config. .. raw:: html

Signature:

* **Moobius._set_loguru**(self) .. raw:: html

Parameters:

* __(this class constructor accepts no arguments):__ .. raw:: html

Returns:

* None. .. raw:: html

Raises:

* (this function does not raise any notable errors) .. _moobius.core.sdk.Moobius._convert_message_content: Moobius._convert_message_content --------------------------------------------------------------------------------------------------------------------- .. raw:: html

Signature:

* **Moobius._convert_message_content**(self, subtype, content) .. raw:: html

Parameters:

* __subtype:__ Subtype. * __content:__ The string or dict-valued content,. .. raw:: html

Returns:

* The MessageContent object. .. raw:: html

Raises:

* (this function does not raise any notable errors) .. _moobius.core.sdk.Moobius._update_rec: Moobius._update_rec --------------------------------------------------------------------------------------------------------------------- Use this function in the in the "recipients" fields of the websocket. Converts lists into group_id strings, creating a group if need be, when. .. raw:: html

Signature:

* **Moobius._update_rec**(self, recipients, is_m_down, channel_id) .. raw:: html

Parameters:

* __recipients:__ Recipients. * __is_m_down:__ True if a message down. * __channel_id=None:__ The channel_id. .. raw:: html

Returns:

* The converted list. .. raw:: html

Raises:

* (this function does not raise any notable errors) .. _moobius.core.sdk.Moobius._checkin: Moobius._checkin --------------------------------------------------------------------------------------------------------------------- Called as a rate task, used to resync users, etc. Only called after on_start(). .. raw:: html

Signature:

* **Moobius._checkin**(self) .. raw:: html

Parameters:

* __(this class constructor accepts no arguments):__ .. raw:: html

Returns:

* None. .. raw:: html

Raises:

* (this function does not raise any notable errors) .. _moobius.core.sdk.Moobius.__str__: Moobius.__str__ --------------------------------------------------------------------------------------------------------------------- The string output function for debugging. .. raw:: html

Signature:

* **Moobius.__str__**(self) .. raw:: html

Parameters:

* __(this class constructor accepts no arguments):__ .. raw:: html

Returns:

* The easy-to-read string summary. .. raw:: html

Raises:

* (this function does not raise any notable errors) .. _moobius.core.sdk.Moobius.__repr__: Moobius.__repr__ --------------------------------------------------------------------------------------------------------------------- The string output function for debugging. .. raw:: html

Signature:

* **Moobius.__repr__**(self) .. raw:: html

Parameters:

* __(this class constructor accepts no arguments):__ .. raw:: html

Returns:

* The easy-to-read string summary. .. raw:: html

Raises:

* (this function does not raise any notable errors) .. _moobius.core.sdk.Moobius.handle_received_payload._group2ids: Moobius.handle_received_payload._group2ids --------------------------------------------------------------------------------------------------------------------- .. raw:: html

Signature:

* **Moobius.handle_received_payload._group2ids**(g_id) .. raw:: html

Parameters:

* __g_id:__ Gorup id. .. raw:: html

Returns:

* The list of character id strings. .. raw:: html

Raises:

* (this function does not raise any notable errors) #################### Private attributes #################### Moobius.handle_received_payload._group2ids Moobius.handle_received_payload._group2ids