/** * This is auto-generated file, don't modify this file manually */ export interface MessagesKeyboardButtonActionLocation { /** * Additional data sent along with message for developer convenience */ payload?: string; type?: 'location'; }