ultra-telegram-framework
    Preparing search index...

    Interface SavePreparedInlineMessageParams

    interface SavePreparedInlineMessageParams {
        allow_bot_chats?: boolean;
        allow_channel_chats?: boolean;
        allow_group_chats?: boolean;
        allow_user_chats?: boolean;
        result: InlineQueryResult;
        user_id: number;
    }
    Index

    Properties

    allow_bot_chats?: boolean

    Pass True if the message can be sent to private chats with bots

    allow_channel_chats?: boolean

    Pass True if the message can be sent to channel chats

    allow_group_chats?: boolean

    Pass True if the message can be sent to group and supergroup chats

    allow_user_chats?: boolean

    Pass True if the message can be sent to private chats with users

    A JSON-serialized object describing the message to be sent

    user_id: number

    Unique identifier of the target user that can use the prepared message