UserUpdateParams

Params for update current users.

Since

4.0.0

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Nickname of the user. Defaults to null.

Link copied to clipboard

The profile image's file object of the channel. Defaults to null. If profileImageUrl was set after, this will be reset to null.

Link copied to clipboard

The profile image's url. Defaults to null. If profileImageFile was set after, this will be reset to null.

Functions

Link copied to clipboard
fun copy(nickname: String? = this.nickname, profileImageUrl: String? = this.profileImageUrl, profileImageFile: File? = this.profileImageFile): UserUpdateParams
Link copied to clipboard
open override fun toString(): String