setMyCountPreference

suspend fun GroupChannel.setMyCountPreference(preference: CountPreference)

Deprecated

As of 4.17.0, replaced with awaitSetMyCountPreference(preference).

Replace with

awaitSetMyCountPreference(preference)

Sets my count preference for this channel.

Since

4.15.0

Parameters

preference

My count preference. Refer to CountPreference.