CF Workers Telegram Bot - v12.6.20
    Preparing search index...

    Interface NonChannel

    Internal type holding properties that message updates outside of channels share.

    interface NonChannel {
        chat: PrivateChat | GroupChat | SupergroupChat;
        from: TelegramFrom;
    }
    Index

    Properties

    Properties