Interface ChatActionChoosingLocation

The user is picking a location or venue to send. Subtype of ChatAction.

interface ChatActionChoosingLocation {
    @type: "chatActionChoosingLocation";
}

Properties

Properties

@type: "chatActionChoosingLocation"