Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface MessageTemplate

    interface MessageTemplate {
        options?: Omit<ReplyOptions, "reply_markup">;
        text: string;
    }
    Index

    Properties

    Properties

    options?: Omit<ReplyOptions, "reply_markup">
    text: string