Interface TextEntityTypeBotCommand

A bot command, beginning with "/". Subtype of TextEntityType.

interface TextEntityTypeBotCommand {
    @type: "textEntityTypeBotCommand";
}

Properties

Properties

@type: "textEntityTypeBotCommand"