ultra-telegram-framework
    Preparing search index...

    Interface AnswerChatJoinRequestQueryParams

    interface AnswerChatJoinRequestQueryParams {
        chat_join_request_query_id: string;
        result: string;
    }
    Index

    Properties

    chat_join_request_query_id: string

    Unique identifier of the join request query

    result: string

    Result of the query. Must be either "approve" to allow the user to join the chat, "decline" to disallow the user to join the chat, or "queue" to leave the decision to other administrators.