Interface MessagesKeyboardButtonActionLocation

interface MessagesKeyboardButtonActionLocation {
    payload: string;
    type: "location";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

payload: string

Additional data sent along with message for developer convenience

type: "location"

Generated using TypeDoc