EditChannelPostUpdate

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

Constructors

Link copied to clipboard
constructor(updateId: UpdateId, data: CommonMessage<*>)

Properties

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