Documentation - v0.27.1
    Preparing search index...

    Type Alias Responder<Method>

    Responder: [
        Method,
        (req: tl.FindByName<tl.RpcMethod, Method>) => tl.RpcCallReturn[Method],
    ]

    Type Parameters

    • Method extends tl.RpcMethod["_"]