SystemMessageDataEditGroup

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

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

Constructors

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

Properties

Link copied to clipboard
val newName: String? = null

Group name that replaced the old.

Link copied to clipboard
val oldName: String? = null

Group name that was replaced.