EditChannelPostUpdate

data class EditChannelPostUpdate(val updateId: UpdateIdentifier, val data: CommonMessage<*>) : BaseEditMessageUpdate

Constructors

Link copied to clipboard
fun EditChannelPostUpdate(updateId: UpdateIdentifier, data: CommonMessage<*>)

Properties

Link copied to clipboard
open override val data: CommonMessage<*>
Link copied to clipboard
open override val updateId: UpdateIdentifier