Interface PushMessageContentLocation

A message with a location. Subtype of PushMessageContent.

interface PushMessageContentLocation {
    @type: "pushMessageContentLocation";
    is_live?: boolean;
    is_pinned?: boolean;
}

Properties

@type: "pushMessageContentLocation"
is_live?: boolean

True, if the location is live.

is_pinned?: boolean

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