PinUnpinMessage

data class PinUnpinMessage(val actionTaker: ActionTaker, val message: Message) : Parcelable

Represents pinning or unpinning of a message.

Constructors

Link copied to clipboard
constructor(actionTaker: ActionTaker, message: Message)

Properties

Link copied to clipboard
@SerializedName(value = "action_taker")
val actionTaker: ActionTaker

User who took the action.

Link copied to clipboard
@SerializedName(value = "message")
val message: Message

Message to be pinned or unpinned.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)