Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionMessagePinned

    A message has been pinned

    interface ChatActionMessagePinned {
        message: Message;
        type: "msg_pinned";
    }
    Index

    Properties

    Properties

    message: Message

    Message which was pinned

    type: "msg_pinned"