SystemMessageDataEditGroup

data class SystemMessageDataEditGroup(val oldName: String? = null, val newName: String? = null)

NOTE: This is under active development and should be considered unstable while this note is here. System message indicating the group info was edited.

Parameters

oldName

Group name that was replaced.

newName

Group name that replaced the old.

Constructors

Link copied to clipboard
constructor(oldName: String? = null, newName: String? = null)

Properties

Link copied to clipboard

Group name that replaced the old.

Link copied to clipboard

Group name that was replaced.