if service.click({
{"Voice message, Button. Double tap and hold to record, slide left to cancel recording, slide up to lock recording on. Release to send.|Record voice message|Voice message, press and hold to record$10",
"%[Raw swipe up]$10",
}
})
return true
end

if service.click({
{"Send|save*$10",
}
})
return true
end

if service.click({
{"Record$10",
}
})
return true
end

if service.click({
{"Stop$10",
}
})
return true
end

if service.click({
{"Voice search$10",
}
})
return true
end