Interface PushMessageContentStory

A message with a story. Subtype of PushMessageContent.

interface PushMessageContentStory {
    @type: "pushMessageContentStory";
    is_pinned?: boolean;
}

Properties

Properties

@type: "pushMessageContentStory"
is_pinned?: boolean

True, if the message is a pinned message with the specified content.