teleproto - v1.229.0
    Preparing search index...

    Interface InlineButtonTypeSwitchInlineIn

    interface InlineButtonTypeSwitchInlineIn {
        _: "inlineButtonTypeSwitchInline";
        peerTypes?: TypeInlineQueryPeerTypeIn[];
        query: string;
        samePeer?: boolean;
    }
    Index
    _: "inlineButtonTypeSwitchInline"
    query: string
    samePeer?: boolean