teleproto - v1.229.0
    Preparing search index...

    Interface InputBusinessChatLinkIn

    interface InputBusinessChatLinkIn {
        _?: "inputBusinessChatLink";
        entities?: TypeMessageEntityIn[];
        message: string;
        title?: string;
    }
    Index
    _?: "inputBusinessChatLink"
    entities?: TypeMessageEntityIn[]
    message: string
    title?: string