Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionLocationChanged

    Group location has been changed

    interface ChatActionLocationChanged {
        new: ChatLocation | null;
        old: ChatLocation | null;
        type: "location_changed";
    }
    Index

    Properties

    Properties

    new: ChatLocation | null

    New location

    old: ChatLocation | null

    Old location

    type: "location_changed"