Interface MessageUnsupported

A message content that is not supported in the current TDLib version. Subtype of MessageContent.

interface MessageUnsupported {
    @type: "messageUnsupported";
}

Properties

Properties

@type: "messageUnsupported"