Interface ActionMessagePinned

A message has been pinned.

To get the message itself, use Message.getReplyTo

interface ActionMessagePinned {
    type: "message_pinned";
}

Properties

Properties

type: "message_pinned"